Example #1
0
        private void btnSecurity_Click(object sender, EventArgs e)
        {
            frmPassword PasswordForm = new frmPassword();

            PasswordForm.ShowDialog();
        }
 private void btnSecurity_Click(object sender, EventArgs e)
 {
     frmPassword PasswordForm = new frmPassword();
     PasswordForm.ShowDialog();
 }