mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 23:06:31 +00:00
fix gititnore, add ico
This commit is contained in:
@@ -44,6 +44,7 @@ public partial class App
|
||||
|
||||
static App()
|
||||
{
|
||||
//Load encrypted dlls
|
||||
var result = Parser.Default.ParseArguments<SuiteCommandLineOptions>(Environment.GetCommandLineArgs());
|
||||
if (result.Errors.Any())
|
||||
return;
|
||||
@@ -158,8 +159,9 @@ public partial class App
|
||||
|
||||
protected override async void OnExit(ExitEventArgs e)
|
||||
{
|
||||
base.OnExit(e);
|
||||
|
||||
await _host.StopAsync();
|
||||
_host.Dispose();
|
||||
base.OnExit(e);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user