예제 #1
0
 internal Keyboard(IRawKeyboard rawKeyboard)
 {
     _raw = rawKeyboard;
 }
예제 #2
0
파일: Form1.cs 프로젝트: haivido/Vido
 void Keyboard_DevicesChanged(IRawKeyboard s, DevicesChangedEventArgs e)
 {
     rfidReader.Keyboard = e.NewDevices[3];
 }