Esempio n. 1
0
 private void CallForm_KeyPress(object sender, KeyPressEventArgs e)
 {
     if (e.KeyChar == '\n' || e.KeyChar == ' ')
     {
         Root.callshortcut();
     }
 }
Esempio n. 2
0
 private void _Click(object sender, EventArgs e)
 {
     Root.callshortcut();
 }