Esempio n. 1
0
        static void Main(string[] args)
        {
            DeviceInfo.INIT();
            XLAuthClient xla = new XLAuthClient();

            xla.login("13914084591", "Ken1250542735");
            XLAccClient acc = new XLAccClient(xla);
            //Thread.Sleep(100000);
            //xla.renew_stat();
            JObject jb = acc.getBandwidthInfo();

            Console.ReadLine();
        }
 public XLAccClient(XLAuthClient thunderAccount)
 {
     xlaccount = thunderAccount;
 }