Restart WPF application
The following code allows you to restart your WPF application without problem
System.Diagnostics.Process.Start(Application.ResourceAssembly.Location); Application.Current.Shutdown();
I hope it’s usefull
por Victor Riquelme · Publicada · Actualizado
The following code allows you to restart your WPF application without problem
System.Diagnostics.Process.Start(Application.ResourceAssembly.Location); Application.Current.Shutdown();
I hope it’s usefull
por Victor Riquelme · Published enero 17, 2019
por Victor Riquelme · Published enero 16, 2019
por Victor Riquelme · Published enero 17, 2019