Fix using statement order for StyleCop

This commit is contained in:
michael-hawker 2022-10-20 22:26:47 -07:00 коммит произвёл Michael Hawker MSFT (XAML Llama)
Родитель 1e178701e9
Коммит 2cb5e837fc
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2,9 +2,9 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using Microsoft.Toolkit.Uwp.Helpers;
using Microsoft.Toolkit.Uwp.UI.Controls.ColorPickerConverters;
using System;
using Windows.Foundation;
using Windows.UI;
using Windows.UI.Xaml;