Inheritance: System.Windows.Forms.Form
Beispiel #1
0
 private void ShowLogin()
 {
     Login login = new Login();
     login.ShowDialog(this);
 }