예제 #1
0
 private void txtGS_KeyPress(object sender, KeyPressEventArgs e)
 {
     e.Handled = clsProc.GTRCurrency(e.KeyChar.ToString());
 }