Server/Events/EventHidWindowsMediaCenter.cs
author StephaneLenclud
Wed, 17 Aug 2016 16:39:36 +0200
changeset 237 1a1c2ae3a29c
child 238 c92587ddabcd
permissions -rw-r--r--
Adding HID consumer control event.
StephaneLenclud@237
     1
using System;
StephaneLenclud@237
     2
using System.Collections.Generic;
StephaneLenclud@237
     3
using System.Linq;
StephaneLenclud@237
     4
using System.Text;
StephaneLenclud@237
     5
using System.Threading.Tasks;
StephaneLenclud@237
     6
StephaneLenclud@237
     7
namespace SharpDisplayManager.Events
StephaneLenclud@237
     8
{
StephaneLenclud@237
     9
    class EventHidWindowsMediaCenter
StephaneLenclud@237
    10
    {
StephaneLenclud@237
    11
    }
StephaneLenclud@237
    12
}