Exemplo n.º 1
0
        protected virtual void OnExtractCompleted(ExtractCompletedEventArgs e)
        {
            var tmp = ExtractCompleted;

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