diff options
Diffstat (limited to 'source/WindowsFormsApplication1/Controls/NetModuleStatus.cs')
| -rw-r--r-- | source/WindowsFormsApplication1/Controls/NetModuleStatus.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/WindowsFormsApplication1/Controls/NetModuleStatus.cs b/source/WindowsFormsApplication1/Controls/NetModuleStatus.cs index 037f73a..947bd46 100644 --- a/source/WindowsFormsApplication1/Controls/NetModuleStatus.cs +++ b/source/WindowsFormsApplication1/Controls/NetModuleStatus.cs @@ -6,11 +6,11 @@ using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; -using System.Windows.Forms; +using ShiftUI; namespace ShiftOS { - public partial class NetModuleStatus : UserControl + public partial class NetModuleStatus : UserWidget { private Module _module = null; |
