Esempio n. 1
0
 private void txtSalario_KeyPress(object sender, KeyPressEventArgs e)
 {
     funcoes.ApenasNumerosVirgula(e);
 }