From d29fbef31435aa455c374a5d07f9787dc9ef3251 Mon Sep 17 00:00:00 2001 From: jtsshieh Date: Sat, 23 Sep 2017 12:17:59 -0400 Subject: Fixed things that fdd messed up and implemented the hijack screen --- ShiftOS.Main/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ShiftOS.Main/Program.cs') diff --git a/ShiftOS.Main/Program.cs b/ShiftOS.Main/Program.cs index fd2ca89..a775714 100644 --- a/ShiftOS.Main/Program.cs +++ b/ShiftOS.Main/Program.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; -namespace HijackScreen +namespace ShiftOS.Main { static class Program { @@ -16,7 +16,7 @@ namespace HijackScreen { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new newHijack()); + Application.Run(new HijackScreen()); } } } -- cgit v1.2.3