Messagebox wird angezeigt wenn export fertiggestellt wurde
This commit is contained in:
@@ -376,7 +376,9 @@ namespace SanSystem
|
||||
|
||||
private async void OnExportedExecuted(string destinationPath)
|
||||
{
|
||||
await BüroExporter.ExportAsync(Datenbank.Instance.loadedProjekt,destinationPath);
|
||||
Task<bool> export = Task.Factory.StartNew(() => BüroExporter.Export(Datenbank.Instance.loadedProjekt, destinationPath));
|
||||
export.ContinueWith(task => MessageBox.Show("Büro export abgeschlossen"));
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user