示例#1
0
 private void EDITLOGIN_KeyPress(object sender, KeyPressEventArgs e)
 {
     if (e.KeyChar == 13)
     {
         EDITSENHA.Focus();
     }
 }
示例#2
0
 public void limpaTela()
 {
     EDITLOGIN.Clear();
     EDITSENHA.Clear();
     EDITSENHACONFIRMAR.Clear();
 }