예제 #1
0
        protected virtual void OnExtractCompleted(ExtractCompletedEventArgs e)
        {
            var tmp = ExtractCompleted;

            if (ExtractCompleted != null)
            {
                ExtractCompleted(this, e);
            }
        }
예제 #2
0
 void bookingHandler_ExtractCompleted(object sender, ExtractCompletedEventArgs e)
 {
     //booking转换完成后的后续操作
 }
예제 #3
0
 void shipmentHandler_ExtractCompleted(object sender, ExtractCompletedEventArgs e)
 {
     //shipment转换完成后的后续操作
 }
예제 #4
0
 void consolHandler_ExtractCompleted(object sender, ExtractCompletedEventArgs e)
 {
     //consol转换完成后的后续操作
 }