mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-21 15:27:55 +08:00
10 lines
165 B
C#
10 lines
165 B
C#
|
using System.Diagnostics.Tracing;
|
|||
|
|
|||
|
namespace Microsoft.PowerLauncher.Telemetry
|
|||
|
{
|
|||
|
[EventData]
|
|||
|
public class LauncherFirstDeleteEvent
|
|||
|
{
|
|||
|
}
|
|||
|
}
|