andrew4582

RestartWPFApplication

Apr 21st, 2012
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.17 KB | None | 0 0
  1.         static void RestartWPFApplication() {
  2.             System.Windows.Forms.Application.Restart();
  3.             System.Windows.Application.Current.Shutdown();
  4.         }
Advertisement
Add Comment
Please, Sign In to add comment