mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-23 00:17:58 +08:00
10 lines
159 B
C#
10 lines
159 B
C#
|
using System.Diagnostics.Tracing;
|
|||
|
|
|||
|
namespace Microsoft.PowerLauncher.Telemetry
|
|||
|
{
|
|||
|
[EventData]
|
|||
|
public class LauncherShowEvent
|
|||
|
{
|
|||
|
}
|
|||
|
}
|