diff -r 5a739e2e5255 -r 2b9541e54f7d Server/Program.cs --- a/Server/Program.cs Sat Aug 13 23:26:54 2016 +0200 +++ b/Server/Program.cs Mon Aug 15 12:11:26 2016 +0200 @@ -18,13 +18,10 @@ // using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; using System.Windows.Forms; using System.Security.Principal; -using System.Diagnostics; -using System.Reflection; +using HarmonyHub; + namespace SharpDisplayManager { @@ -33,6 +30,9 @@ //WARNING: This is assuming we have a single instance of our program. //That is what we want but we should enforce it somehow. public static FormMain iFormMain; + + // + public static HarmonyClient HarmonyClient { get; set; } /// /// The main entry point for the application. ///