mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
* Revert "marking all warnings (#6642)"
This reverts commit b0f0940534.
* Added warning comment
12 lines
325 B
C#
12 lines
325 B
C#
// Copyright (c) Microsoft Corporation
|
|
// The Microsoft Corporation licenses this file to you under the MIT license.
|
|
// See the LICENSE file in the project root for more information.
|
|
|
|
namespace Microsoft.PowerToys.Telemetry.Events
|
|
{
|
|
public interface IEvent
|
|
{
|
|
PartA_PrivTags PartA_PrivTags { get; }
|
|
}
|
|
}
|