mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-08 20:37:55 +08: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();
|
||
|
};
|