예제 #1
0
 protected virtual void OnBusOperationCompleted(BusOperationEventArgs e)
 {
     if (this.BusOperationCompleted != null)
     {
         this.BusOperationCompleted(this, e);
     }
 }
예제 #2
0
 protected virtual void OnBusOperationStarting(BusOperationEventArgs e)
 {
     if (this.BusOperationStarting != null)
     {
         this.BusOperationStarting(this, e);
     }
 }