Beispiel #1
0
        async void DispatchMission()
        {
            if (BD == null)
            {
                BD = new BackgroundDownloader();
            }
            StorageFile ss = await FileManage.CreateFile(lm[0], "0");

            DownloadOperation dp = BD.CreateDownload(new Uri(lm[0].href + "1" + lm[0].vkey), ss);
            await dp.StartAsync();
        }
Beispiel #2
0
 public void Start()
 {
     index = 0;
     dm    = new DownMisson();
     FileManage.LoadMisson(LoadMisson);
 }