Пример #1
0
 private void Soc_KeyDown(object sender, KeyEventArgs e)
 {
     if (e.KeyCode == Keys.Enter)
     {
         Mag.Focus();
     }
 }