aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/Hacking/Hacking.cs
diff options
context:
space:
mode:
Diffstat (limited to 'source/WindowsFormsApplication1/Hacking/Hacking.cs')
-rw-r--r--source/WindowsFormsApplication1/Hacking/Hacking.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/WindowsFormsApplication1/Hacking/Hacking.cs b/source/WindowsFormsApplication1/Hacking/Hacking.cs
index e5307a6..fccfbab 100644
--- a/source/WindowsFormsApplication1/Hacking/Hacking.cs
+++ b/source/WindowsFormsApplication1/Hacking/Hacking.cs
@@ -6,7 +6,7 @@ using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
-using System.Windows.Forms;
+using ShiftUI;
namespace ShiftOS
{
@@ -154,7 +154,7 @@ namespace ShiftOS
break;
}
- f.Controls.Add(l);
+ f.Widgets.Add(l);
l.Show();
l.TextAlign = ContentAlignment.MiddleCenter;
f.Height = 25;
@@ -245,7 +245,7 @@ namespace ShiftOS
break;
}
- f.Controls.Add(l);
+ f.Widgets.Add(l);
l.Show();
l.TextAlign = ContentAlignment.MiddleCenter;
f.Height = 25;