예제 #1
0
        private void OnDownloadAssemblyCommpleted(DownloadCommpletedEventArgs e)
        {
            var handler = this.DownloadCommpleted;

            if (handler != null)
            {
                handler(this, e);
            }
        }
 private void OnDownloadAssemblyCommpleted(DownloadCommpletedEventArgs e)
 {
     var handler = this.DownloadCommpleted;
     if (handler != null) {
         handler(this, e);
     }
 }