From f3bac11ff6541098e50252f55887e8d1a09c5f84 Mon Sep 17 00:00:00 2001 From: Alex-TIMEHACK Date: Sat, 1 Jul 2017 09:59:26 +0100 Subject: Reorganised ALOT OF STUFF --- TimeHACK.Main/Program.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'TimeHACK.Main/Program.cs') diff --git a/TimeHACK.Main/Program.cs b/TimeHACK.Main/Program.cs index 72a7291..1e3e37d 100644 --- a/TimeHACK.Main/Program.cs +++ b/TimeHACK.Main/Program.cs @@ -27,6 +27,9 @@ namespace TimeHACK public static string WindowsExplorerReturnPath; static WindowManager wm = new WindowManager(); + public static List nonimportantapps = new List(); + public static int currentappcount = 0; + /// /// The main entry point for the application. /// Run TitleScreen.cs at launch. -- cgit v1.2.3