Exemplo n.º 1
0
        private void bgDownloadWorker_DoWork(object sender, DoWorkEventArgs e)
        {
            ClientPatcher myPatcher = (ClientPatcher)e.Argument;

            //myPatcher.DownloadFiles();
            myPatcher.DownloadFilesAsync();
        }