コード例 #1
0
ファイル: Form1.cs プロジェクト: H2G2Buddy/JMC-Personal-Code
 void InitAuthorization()
 {
     btnLogin.Enabled = false;
     user = null;
     authService = new AuthenticationService();
     lblUserName.Text = string.Empty;
 }
コード例 #2
0
 public void SetUp()
 {
     auth = new AuthenticationService();
 }