diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-07-01 09:59:26 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-07-01 09:59:26 +0100 |
| commit | f3bac11ff6541098e50252f55887e8d1a09c5f84 (patch) | |
| tree | 0c733929be8f1cc65667a167947314ca304e15dc /TimeHACK.Main/Program.cs | |
| parent | a22ceeedc782d7f1624cc6f0f6ea8702bd8ce493 (diff) | |
| download | histacom2-f3bac11ff6541098e50252f55887e8d1a09c5f84.tar.gz histacom2-f3bac11ff6541098e50252f55887e8d1a09c5f84.tar.bz2 histacom2-f3bac11ff6541098e50252f55887e8d1a09c5f84.zip | |
Reorganised ALOT OF STUFF
Diffstat (limited to 'TimeHACK.Main/Program.cs')
| -rw-r--r-- | TimeHACK.Main/Program.cs | 3 |
1 files changed, 3 insertions, 0 deletions
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<WinClassic> nonimportantapps = new List<WinClassic>(); + public static int currentappcount = 0; + /// <summary> /// The main entry point for the application. /// Run TitleScreen.cs at launch. |
