diff options
Diffstat (limited to 'source/WindowsFormsApplication1/Controls/ShifterTextInput.cs')
| -rw-r--r-- | source/WindowsFormsApplication1/Controls/ShifterTextInput.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/WindowsFormsApplication1/Controls/ShifterTextInput.cs b/source/WindowsFormsApplication1/Controls/ShifterTextInput.cs index 6e59649..24dbf8d 100644 --- a/source/WindowsFormsApplication1/Controls/ShifterTextInput.cs +++ b/source/WindowsFormsApplication1/Controls/ShifterTextInput.cs @@ -6,7 +6,7 @@ using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; -using System.Windows.Forms; +using ShiftUI; namespace ShiftOS { @@ -50,7 +50,7 @@ namespace ShiftOS } - public class IShifterSetting : UserControl + public class IShifterSetting : UserWidget { public virtual string Text { get; set; } public virtual object Value { get; set; } |
