Ejemplo n.º 1
0
 private void txtGS_KeyPress(object sender, KeyPressEventArgs e)
 {
     e.Handled = clsProc.GTRNumber(e.KeyChar.ToString());
 }