Beispiel #1
0
 public LoginScreen()
 {
     InitializeComponent();
     studentBusinessLogic = new LoginBusinessLogic();
     studentBusinessLogic.ActivateApplication();
     txtUserName.Focus();
 }