public StarPanOperations() { count_ = 1; //long[] spaceResult = BaiduPan.getQuata(); KuaiPan = new KuaiPan(); allinone = new AllinOne(); }
public AllinOne() { //initialize and get all files property from each cloud storage and save to List<FileElement> KuaiPan = new KuaiPan(); this.BaiduPan = new BaiduPan(); AllFiles = new List<FileElement>(); getFiles_Baidu(""); //从根遍历文件 getFiles_KuaiPan("");//从根遍历文件 Console.WriteLine("Get files list completed"); }