Exemplo n.º 1
0
 private void txt_money_KeyUp(object sender, KeyEventArgs e)
 {
     Util.formatTextToMoney(txt_money);
 }