Server/Events/EventHidWindowsMediaCenter.cs
changeset 237 1a1c2ae3a29c
child 238 c92587ddabcd
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/Server/Events/EventHidWindowsMediaCenter.cs	Wed Aug 17 16:39:36 2016 +0200
     1.3 @@ -0,0 +1,12 @@
     1.4 +using System;
     1.5 +using System.Collections.Generic;
     1.6 +using System.Linq;
     1.7 +using System.Text;
     1.8 +using System.Threading.Tasks;
     1.9 +
    1.10 +namespace SharpDisplayManager.Events
    1.11 +{
    1.12 +    class EventHidWindowsMediaCenter
    1.13 +    {
    1.14 +    }
    1.15 +}