Esempio n. 1
0
 void kb_KeyPressed(Keys key)
 {
     if (_activeControl != null)
     {
         _activeControl.OnKeyDown(key);
     }
 }