Example #1
0
 private void ShowLoginForm()
 {
     var loginForm = new frmLogin(this);
     loginForm.Show();
 }