コード例 #1
0
 private void EDITNOMECADASTRO_KeyPress(object sender, KeyPressEventArgs e)
 {
     if (e.KeyChar == 13)
     {
         EDITRG.Focus();
     }
 }