Example #1
0
 private void TxtValorTotal_KeyPress(object sender, KeyPressEventArgs e)
 {
     MaskForm.TxtMask_Moeda_KeyPress(sender, e);
 }
Example #2
0
 private void TxtCodCondicao_KeyPress(object sender, KeyPressEventArgs e)
 {
     MaskForm.TxtMask_Moeda_KeyPress(sender, e);
 }
Example #3
0
 private void TxtOutrasDesp_KeyPress(object sender, KeyPressEventArgs e)
 {
     MaskForm.TxtMask_Moeda_KeyPress(sender, e);
 }
Example #4
0
 private void TxtSeguro_KeyPress(object sender, KeyPressEventArgs e)
 {
     MaskForm.TxtMask_Moeda_KeyPress(sender, e);
 }
Example #5
0
 private void TxtLimiteCredito_KeyPress(object sender, KeyPressEventArgs e)
 {
     MaskForm.TxtMask_Moeda_KeyPress(sender, e);
 }
Example #6
0
 private void txtCustoUltCompra_KeyPress(object sender, KeyPressEventArgs e)
 {
     MaskForm.TxtMask_Moeda_KeyPress(sender, e);
 }
Example #7
0
 private void txtPrecoVenda_KeyPress(object sender, KeyPressEventArgs e)
 {
     MaskForm.TxtMask_Moeda_KeyPress(sender, e);
 }