Server/Program.cs
changeset 236 6ba20e02d04f
parent 233 2b9541e54f7d
child 246 30a221eecc06
     1.1 --- a/Server/Program.cs	Tue Aug 16 12:59:32 2016 +0200
     1.2 +++ b/Server/Program.cs	Wed Aug 17 13:41:26 2016 +0200
     1.3 @@ -20,7 +20,6 @@
     1.4  using System;
     1.5  using System.Windows.Forms;
     1.6  using System.Security.Principal;
     1.7 -using HarmonyHub;
     1.8  
     1.9  
    1.10  namespace SharpDisplayManager
    1.11 @@ -31,8 +30,17 @@
    1.12          //That is what we want but we should enforce it somehow.
    1.13          public static FormMain iFormMain;
    1.14  
    1.15 -        //
    1.16 -        public static HarmonyClient HarmonyClient { get; set; }
    1.17 +        /// <summary>
    1.18 +        /// 
    1.19 +        /// </summary>
    1.20 +        public static HarmonyHub.Client HarmonyClient { get; set; }
    1.21 +
    1.22 +        /// <summary>
    1.23 +        /// 
    1.24 +        /// </summary>
    1.25 +        public static HarmonyHub.Config HarmonyConfig { get; set; }
    1.26 +
    1.27 +
    1.28          /// <summary>
    1.29          /// The main entry point for the application.
    1.30          /// </summary>