Beispiel #1
0
 private void txtDesconto_TextChanged(object sender, EventArgs e)
 {
     Formatacao.Moeda(ref txtDesconto);
 }