コード例 #1
0
ファイル: GSMS.cs プロジェクト: ThrDev/GVAPI
 public GSMS(string email, string password)
 {
     this.email = email;
     this.password = password;
     cookie = new CookieContainer();
     wc = new WebClientEx(cookie) { Proxy = null };
 }