aboutsummaryrefslogtreecommitdiff
path: root/src/test/examples/FullFramework4MBA/FullFramework4BA.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/examples/FullFramework4MBA/FullFramework4BA.cs')
-rw-r--r--src/test/examples/FullFramework4MBA/FullFramework4BA.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/test/examples/FullFramework4MBA/FullFramework4BA.cs b/src/test/examples/FullFramework4MBA/FullFramework4BA.cs
index 556a61a7..8ee3bd19 100644
--- a/src/test/examples/FullFramework4MBA/FullFramework4BA.cs
+++ b/src/test/examples/FullFramework4MBA/FullFramework4BA.cs
@@ -16,6 +16,13 @@ namespace Example.FullFramework4MBA
16 { 16 {
17 } 17 }
18 18
19 protected override void OnStartup(StartupEventArgs args)
20 {
21 base.OnStartup(args);
22
23 this.engine.Log(LogLevel.Standard, nameof(FullFramework4BA));
24 }
25
19 protected override void OnShutdown(ShutdownEventArgs args) 26 protected override void OnShutdown(ShutdownEventArgs args)
20 { 27 {
21 base.OnShutdown(args); 28 base.OnShutdown(args);