public async Task HandleAsync(ExitAppEvent message, CancellationToken cancellationToken)
 {
     await CloseAllModules();
     await TryCloseAsync();
 }
Beispiel #2
0
 private void Exit()
 {
     ExitAppEvent?.Invoke(this, null);
 }