Ejemplo n.º 1
0
 private void MASKCPFCNPJ_KeyPress(object sender, KeyPressEventArgs e)
 {
     if (e.KeyChar == 13)
     {
         EDITCPF.Focus();
     }
 }
Ejemplo n.º 2
0
 private void EDITINSCRICAOESTADUAL_KeyPress(object sender, KeyPressEventArgs e)
 {
     if (e.KeyChar == 13)
     {
         EDITCPF.Focus();
     }
 }