We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e17870 commit 2cb5e83Copy full SHA for 2cb5e83
Microsoft.Toolkit.Uwp.UI.Controls.Input/ColorPicker/ColorPickerSlider.cs
@@ -2,9 +2,9 @@
2
// The .NET Foundation licenses this file to you under the MIT license.
3
// See the LICENSE file in the project root for more information.
4
5
+using System;
6
using Microsoft.Toolkit.Uwp.Helpers;
7
using Microsoft.Toolkit.Uwp.UI.Controls.ColorPickerConverters;
-using System;
8
using Windows.Foundation;
9
using Windows.UI;
10
using Windows.UI.Xaml;
0 commit comments