コード例 #1
0
ファイル: Product.cs プロジェクト: mdsaleem1804/NellaiBill
 private void txtMrp_KeyPress(object sender, KeyPressEventArgs e)
 {
     xGlobal.AcceptOnlyNumeric(e);
 }
コード例 #2
0
        private void txtAmount_KeyPress(object sender, KeyPressEventArgs e)
        {
            GlobalClass globalClass = new GlobalClass();

            globalClass.AcceptOnlyNumeric(e);
        }
コード例 #3
0
 private void txtMobileNo_KeyPress(object sender, KeyPressEventArgs e)
 {
     globalClass.AcceptOnlyNumeric(e);
 }