mirror of
https://github.com/AlexMacocian/WpfExtended.git
synced 2026-07-15 14:59:30 +00:00
Implemented application lifetime management.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user