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 bbd1ccb commit 554e0a2Copy full SHA for 554e0a2
source/RevitDevTool/Controls/ColorPickerControl.xaml.cs
@@ -8,7 +8,6 @@
8
using System.Windows.Input ;
9
using System.Windows.Media ;
10
using System.Windows.Media.Animation ;
11
-using RevitLookup.UI.Framework.Controls.ColorPicker ;
12
using Wpf.Ui.Controls ;
13
using Button = System.Windows.Controls.Button;
14
using Color = System.Windows.Media.Color;
source/RevitDevTool/Controls/HSVColor.cs
@@ -4,7 +4,7 @@
4
5
6
7
-namespace RevitLookup.UI.Framework.Controls.ColorPicker;
+namespace RevitDevTool.Controls;
public static class HsvColor
{
0 commit comments