From 97722fbe9d474adffbba0b92e9727c48a8205234 Mon Sep 17 00:00:00 2001 From: John T Date: Sat, 11 Nov 2017 08:53:55 -0500 Subject: Only 1/4 broken ShiftFS and WIP File Skimmer --- ShiftOS.Main/Program.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'ShiftOS.Main/Program.cs') diff --git a/ShiftOS.Main/Program.cs b/ShiftOS.Main/Program.cs index 99776dc..f7c00eb 100644 --- a/ShiftOS.Main/Program.cs +++ b/ShiftOS.Main/Program.cs @@ -1,8 +1,6 @@ using System; -using System.Threading.Tasks; using System.Windows.Forms; using ShiftOS.Main.ShiftOS; -using ShiftOS.Main.ShiftOS.Apps; namespace ShiftOS.Main { @@ -17,9 +15,7 @@ namespace ShiftOS.Main Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); - Parallel.Invoke( - () => Application.Run(new TestForm()), - () => Application.Run(new Desktop())); + Application.Run(new Desktop()); } } } \ No newline at end of file -- cgit v1.2.3