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