Пример #1
0
 void InitAuthorization()
 {
     btnLogin.Enabled = false;
     user = null;
     authService = new AuthenticationService();
     lblUserName.Text = string.Empty;
 }
 public void SetUp()
 {
     auth = new AuthenticationService();
 }