コード例 #1
0
ファイル: Form1.cs プロジェクト: carriercomm/BillingSystem-2
        private void UserName_KeyPress(object sender, KeyPressEventArgs e)
        {
            ValidationText log = new ValidationText();
            log.UserName_KeyPress(sender, e);

        }
コード例 #2
0
ファイル: Form2.cs プロジェクト: carriercomm/BillingSystem-2
        private void textBoxValidation_KeyPress(object sender, KeyPressEventArgs e)
        {

            ValidationText tx = new ValidationText();
            tx.textBoxValidation_KeyPress(sender, e);


        }