Fix using statement order for StyleCop
This commit is contained in:
Родитель
1e178701e9
Коммит
2cb5e837fc
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче