コード例 #1
0
        public void DownloadImageCallback(IAsyncResult ar)
        {
            //Increment the progressbar
            UpdateProgressDelegate UpdateProgress = new UpdateProgressDelegate(UpdateProgressBar);

            GeneralProgressBar.Invoke(UpdateProgress);
        }