diff options
Diffstat (limited to 'src/test/examples/FullFramework2MBA/FullFramework2BA.cs')
-rw-r--r-- | src/test/examples/FullFramework2MBA/FullFramework2BA.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/test/examples/FullFramework2MBA/FullFramework2BA.cs b/src/test/examples/FullFramework2MBA/FullFramework2BA.cs index 13d4673a..32cd19c8 100644 --- a/src/test/examples/FullFramework2MBA/FullFramework2BA.cs +++ b/src/test/examples/FullFramework2MBA/FullFramework2BA.cs | |||
@@ -16,6 +16,13 @@ namespace Example.FullFramework2MBA | |||
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(FullFramework2BA)); | ||
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); |