Dev blog
Development related thoughts, facts, how-tos and workarounds
Saturday, November 07, 2009
Application.Restart in WPF
WPF does not provide Application.Restart() functionality like
Windows.Forms
does.
What is the best way to restart WPF application?
Process.Start
(
Assembly.GetEntryAssembly()
.Location);
Application.Current.Shutdown()
;
Regards,
Oleh
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment