コード例 #1
0
ファイル: CompanyEditor.cs プロジェクト: Gilbertbec/SuperM
 private void txtEmail_MouseLeave(object sender, EventArgs e)
 {
     VerificationHelper.EmailFormatValidation(txtEmail, errProvider);
 }
コード例 #2
0
ファイル: EmployeeEditor.cs プロジェクト: Gilbertbec/SuperM
 private void EmployeeEditor_Load(object sender, EventArgs e)
 {
     VerificationHelper.VirifyPermission(this);
     BindData();
 }
コード例 #3
0
ファイル: UIBuilder.cs プロジェクト: Gilbertbec/SuperM
 private void UIBuilder_Load(object sender, EventArgs e)
 {
     VerificationHelper.VirifyPermission(this);
 }