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