mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
9 lines
134 B
C
9 lines
134 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
class Trace {
|
||
|
|
public:
|
||
|
|
static void RegisterProvider();
|
||
|
|
static void UnregisterProvider();
|
||
|
|
static void MyEvent();
|
||
|
|
};
|