コード例 #1
0
 public AuthenticationClient(string webpageUrl) {
     authenticationService = new AuthenticationService(webpageUrl);
 }
コード例 #2
0
 public AuthenticationClient(string webpageUrl)
 {
     authenticationService = new AuthenticationService(webpageUrl);
 }