PowerToy project template update (#934)

* Add PowerToy project template to the PowerToys solution
* Update PowerToy project template and create a separate solution for it
This commit is contained in:
yuyoyuppe
2019-12-16 13:12:36 +03:00
committed by GitHub
parent 7efe6f1d53
commit 7e91121a33
10 changed files with 392 additions and 334 deletions

View File

@@ -1,8 +1,9 @@
#pragma once
class Trace {
class Trace
{
public:
static void RegisterProvider();
static void UnregisterProvider();
static void MyEvent();
static void RegisterProvider();
static void UnregisterProvider();
static void MyEvent();
};