Example #1
0
        private void btnSetAuth_Click(object sender, EventArgs e)
        {
            FormAuthenLogin al = new FormAuthenLogin(m_authLogin);

            if (al.ShowDialog() == DialogResult.OK)
            {
                chkAuthentication.Checked = true;
            }
        }
Example #2
0
 private void btnSetAuth_Click(object sender, EventArgs e)
 {
     FormAuthenLogin al = new FormAuthenLogin(m_authLogin);
     if (al.ShowDialog() == DialogResult.OK)
     {
         chkAuthentication.Checked = true;
     }
 }