Ejemplo n.º 1
0
 private void Exit(object sender, ControlledApplicationLifetimeExitEventArgs e)
 {
     messagePump?.Dispose();
     app?.Shutdown();
 }
Ejemplo n.º 2
0
 private void Exit(object sender, ControlledApplicationLifetimeExitEventArgs e)
 {
     app?.Shutdown();
 }
Ejemplo n.º 3
0
 private static void App_FrameworkShutdown(object sender, EventArgs e)
 {
     messagePump?.Dispose();
     app?.Shutdown();
 }