Server/Program.cs
changeset 246 30a221eecc06
parent 236 6ba20e02d04f
     1.1 --- a/Server/Program.cs	Fri Aug 19 19:28:03 2016 +0200
     1.2 +++ b/Server/Program.cs	Sat Aug 20 21:00:35 2016 +0200
     1.3 @@ -20,6 +20,7 @@
     1.4  using System;
     1.5  using System.Windows.Forms;
     1.6  using System.Security.Principal;
     1.7 +using Hid = SharpLib.Hid;
     1.8  
     1.9  
    1.10  namespace SharpDisplayManager
    1.11 @@ -42,6 +43,11 @@
    1.12  
    1.13  
    1.14          /// <summary>
    1.15 +        /// Use notably to handle green start key from IR remote control
    1.16 +        /// </summary>
    1.17 +        public static Hid.Handler HidHandler;
    1.18 +
    1.19 +        /// <summary>
    1.20          /// The main entry point for the application.
    1.21          /// </summary>
    1.22          [STAThread]