Exemplo n.º 1
0
 private void txtEmail_MouseLeave(object sender, EventArgs e)
 {
     VerificationHelper.EmailFormatValidation(txtEmail, errProvider);
 }
Exemplo n.º 2
0
 private void EmployeeEditor_Load(object sender, EventArgs e)
 {
     VerificationHelper.VirifyPermission(this);
     BindData();
 }
Exemplo n.º 3
0
 private void UIBuilder_Load(object sender, EventArgs e)
 {
     VerificationHelper.VirifyPermission(this);
 }