Esempio n. 1
0
 public AsyncKeyboardEventSource(Func <IKeyboardEventSource> Creator)
 {
     this.AsyncObject = new MessagePumpingObject <IKeyboardEventSource>(Creator);
 }
 public AsyncMouseEventSource(Func <IMouseEventSource> Creator)
 {
     this.AsyncObject = new MessagePumpingObject <IMouseEventSource>(Creator);
 }