Exemplo n.º 1
0
 public AdvancedKeyEventArgs(Keys key, AdvancedKeyState state)
 {
     Key = key;
       State = state;
 }
Exemplo n.º 2
0
 public AdvancedKeyEventArgs(Keys key, AdvancedKeyState state)
 {
     Key   = key;
     State = state;
 }