예제 #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 };
 }