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