Server/Program.cs
changeset 233 2b9541e54f7d
parent 226 91763ba41c0c
child 236 6ba20e02d04f
     1.1 --- a/Server/Program.cs	Sat Aug 13 23:26:54 2016 +0200
     1.2 +++ b/Server/Program.cs	Mon Aug 15 12:11:26 2016 +0200
     1.3 @@ -18,13 +18,10 @@
     1.4  //
     1.5  
     1.6  using System;
     1.7 -using System.Collections.Generic;
     1.8 -using System.Linq;
     1.9 -using System.Threading.Tasks;
    1.10  using System.Windows.Forms;
    1.11  using System.Security.Principal;
    1.12 -using System.Diagnostics;
    1.13 -using System.Reflection;
    1.14 +using HarmonyHub;
    1.15 +
    1.16  
    1.17  namespace SharpDisplayManager
    1.18  {
    1.19 @@ -33,6 +30,9 @@
    1.20          //WARNING: This is assuming we have a single instance of our program.
    1.21          //That is what we want but we should enforce it somehow.
    1.22          public static FormMain iFormMain;
    1.23 +
    1.24 +        //
    1.25 +        public static HarmonyClient HarmonyClient { get; set; }
    1.26          /// <summary>
    1.27          /// The main entry point for the application.
    1.28          /// </summary>