Exemplo n.º 1
0
 public Keyboard(IKeyboardWrap keyboard, IKeyInteropWrap keyInterop, IWinUserWrap winUser)
 {
     this.keyboard   = keyboard;
     this.keyInterop = keyInterop;
     this.winUser    = winUser;
 }
Exemplo n.º 2
0
 public Keyboard(IKeyboardWrap keyboard, IKeyInteropWrap keyInterop, IWinUserWrap winUser)
 {
     this.keyboard = keyboard;
     this.keyInterop = keyInterop;
     this.winUser = winUser;
 }