Beispiel #1
0
 public void DownloadUpdate(UpdateFile file, JObject check)
 {
     UpdateDownloader UpdateDownloader = new UpdateDownloader(file);
     UpdateDownloader.downloadUpdate(check);
 }
Beispiel #2
0
        public void DownloadUpdate(UpdateFile file, JObject check)
        {
            UpdateDownloader UpdateDownloader = new UpdateDownloader(file);

            UpdateDownloader.downloadUpdate(check);
        }