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