2025-11-28 00:35:46 +09:00

13 lines
322 B
C#

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
namespace CsPackagedDesktopTaskbarPin
{
internal static class LafData
{
public static readonly string Feature = "";
public static readonly string Token = "";
public static readonly string Attestation = "";
}
}