“Reinicie o aplicativo WPF” Respostas de código

Reinicie o aplicativo WPF

var currentExecutablePath = Process.GetCurrentProcess().MainModule.FileName;
Process.Start(currentExecutablePath);
Application.Current.Shutdown();
Upset Unicorn

WPF Reiniciar o aplicativo C#

Application.Current.Shutdown();
System.Windows.Forms.Application.Restart();
Friendly Ferret

Respostas semelhantes a “Reinicie o aplicativo WPF”

Procure respostas de código populares por idioma

Procurar outros idiomas de código