Exemple #1
0
 private void drTextBox5_KeyPress(object sender, KeyPressEventArgs e)
 {
     UltilsForm.FormataMoedaTextBox(ref dtInclusao, ref e);
 }
Exemple #2
0
 private void drTextBox2_KeyPress(object sender, KeyPressEventArgs e)
 {
     UltilsForm.FormataMoedaTextBox(ref cValor, ref e);
 }