Added missing source file headers

This commit is contained in:
Arlo Godfrey 2024-09-06 17:30:45 -05:00
Родитель 6964090a72
Коммит 9686c32c18
2 изменённых файлов: 12 добавлений и 4 удалений

Просмотреть файл

@ -1,4 +1,8 @@
#if WINAPPSDK
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#if WINAPPSDK
using Windows.ApplicationModel;
using Windows.Storage;
using Windows.System.Profile;
@ -33,4 +37,4 @@ internal static class InfoHelper
);
}
}
#endif
#endif

Просмотреть файл

@ -1,4 +1,8 @@
#if WINAPPSDK
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#if WINAPPSDK
using System.Runtime.InteropServices;
namespace CommunityToolkit.WinUI.Controls;
@ -83,4 +87,4 @@ internal static class NativeMethods
[DllImport("user32.dll")]
public static extern IntPtr CallWindowProc(IntPtr lpPrevWndFunc, IntPtr hWnd, WindowMessage Msg, IntPtr wParam, IntPtr lParam);
}
#endif
#endif