Example #1
0
 private void textBox6_KeyPress(object sender, KeyPressEventArgs e)
 {
     v.letras(e);
 }
Example #2
0
 private void cboFuncionario_KeyPress(object sender, KeyPressEventArgs e)
 {
     V.letras(e);
 }
Example #3
0
        private void cmbClientes_KeyPress(object sender, KeyPressEventArgs e)
        {
            Validação v = new Validação();

            v.letras(e);
        }
Example #4
0
 private void txtnome_KeyPress(object sender, KeyPressEventArgs e)
 {
     v.letras(e);
 }
 private void cbProduto_KeyPress(object sender, KeyPressEventArgs e)
 {
     V.letras(e);
 }