Exemplo n.º 1
0
Arquivo: Form.cs Projeto: txdv/smuxi
 protected virtual void OnKeyPressed(KeyPressedEventArgs e)
 {
     if (KeyPressed != null) {
         KeyPressed(this, e);
     }
 }