Ejemplo n.º 1
0
 public Manager()
 {
     _deviceContext = ManagedWrapper.CreateContext();
     _timer         = new MultimediaTimer()
     {
         Interval = _pollRate
     };
     _timer.Elapsed += DoPoll;
 }
Ejemplo n.º 2
0
 public Manager()
 {
     _deviceContext = ManagedWrapper.CreateContext();
 }
Ejemplo n.º 3
0
 public Monitor()
 {
     _deviceContext = ManagedWrapper.CreateContext();
     SetThreadState(true);
 }
Ejemplo n.º 4
0
 public ScanCodeChecker()
 {
     _deviceContext = ManagedWrapper.CreateContext();
 }