示例#1
0
 public void notifyRenderComplete(Exception failure)
 {
     if (this.renderCompleteDelegate != null)
     {
         this.renderCompleteDelegate(failure);
         return;
     }
     if (failure == null)
     {
         RenderProgressPanel2.NotifyDelegate method = new RenderProgressPanel2.NotifyDelegate(this.ModalNotifyRenderComplete);
         base.Invoke(method);
     }
 }
		public void notifyRenderComplete(Exception failure)
		{
			if (this.renderCompleteDelegate != null)
			{
				this.renderCompleteDelegate(failure);
				return;
			}
			if (failure == null)
			{
				RenderProgressPanel2.NotifyDelegate method = new RenderProgressPanel2.NotifyDelegate(this.ModalNotifyRenderComplete);
				base.Invoke(method);
			}
		}