Implemented application lifetime management.

This commit is contained in:
Alexandru Macocian
2021-04-01 14:19:16 +02:00
parent c341f01abe
commit 127cfd749f
3 changed files with 34 additions and 1 deletions
+8
View File
@@ -15,6 +15,14 @@ namespace WpfExtended.Tests
return Instance.Run();
}
protected override void ApplicationClosing()
{
}
protected override void ApplicationStarting()
{
}
protected override bool HandleException(Exception e)
{
return false;