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

            UpdateDownloader.downloadUpdate(check);
        }