コード例 #1
0
ファイル: SecondStreetAPI.cs プロジェクト: lp6m/SSLand
 public SecondStreetAPI(Common.Account account)
 {
     this.account = account;
 }
コード例 #2
0
ファイル: SecondStreetAPI.cs プロジェクト: lp6m/SSLand
 public SecondStreetAPI(string email, string password)
 {
     this.account          = new Common.Account();
     this.account.email    = email;
     this.account.password = password;
 }