public PatcherUpdater(UpdatingContext context)
 {
     _context   = context;
     Downloader = new FileDownloader();
 }
Esempio n. 2
0
        public Repairer(UpdatingContext context)
        {
            _context = context;

            Downloader = new FileDownloader();
        }