Esempio n. 1
0
 protected virtual void OnActionComplete(ActionCompleteEventArgs e)
 {
     if (ActionComplete != null)
     {
         ActionComplete(this, e);
     }
 }
 protected virtual void OnActionComplete(ActionCompleteEventArgs e)
 {
     if (this.ActionComplete != null) ActionComplete(this, e);
 }
Esempio n. 3
0
 void _import_ActionComplete(object sender, ActionCompleteEventArgs e)
 {
     File.WriteAllText(Utils.GetAppFilePath(AppFileType.ImportExtractor), _import.CurrentExtractor.Serialize());
       File.WriteAllText(Utils.GetAppFilePath(AppFileType.ImportLog), _import.GetLog());
 }
Esempio n. 4
0
 void _import_ActionComplete(object sender, ActionCompleteEventArgs e)
 {
     File.WriteAllText(Utils.GetAppFilePath(AppFileType.ImportExtractor), _import.CurrentExtractor.Serialize());
     File.WriteAllText(Utils.GetAppFilePath(AppFileType.ImportLog), _import.GetLog());
 }