Exemple #1
0
 private void DirUkey(object sender, KeyEventArgs e)
 {
     if (e.KeyCode == Keys.Enter)
     {
         NumU.Focus();
     }
 }