mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
Adding PowerLauncherTelemetry events
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Microsoft.PowerLauncher.Telemetry
|
||||
{
|
||||
public interface IEvent
|
||||
{
|
||||
string EventName { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user