Example #1
0
 public static AuthenticationForm CreateInstance(string userName)
 {
     if (m_authenticationForm == null)
     {
         m_authenticationForm = new AuthenticationForm();
     }
     m_userName = userName;
     return(m_authenticationForm);
 }
Example #2
0
 public static AuthenticationForm CreateInstance(string userName)
 {
     if (m_authenticationForm == null)
     {
         m_authenticationForm = new AuthenticationForm();
     }
     m_userName = userName;
     return m_authenticationForm;
 }
Example #3
0
 private void AuthenticationForm_FormClosed(object sender, FormClosedEventArgs e)
 {
     m_authenticationForm = null;
 }
Example #4
0
 private void AuthenticationForm_FormClosed(object sender, FormClosedEventArgs e)
 {
     m_authenticationForm = null;
 }