mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
12 lines
220 B
C#
12 lines
220 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Text;
|
|||
|
|
|
|||
|
|
namespace Microsoft.PowerToys.Telemetry.Events
|
|||
|
|
{
|
|||
|
|
public interface IEvent
|
|||
|
|
{
|
|||
|
|
PartA_PrivTags PartA_PrivTags { get; }
|
|||
|
|
}
|
|||
|
|
}
|