Reputation: 9969
Is there any way of restarting a single instance application, which is deployed via clickonce?
Upvotes: 1
Views: 1960
Reputation: 755259
Try
Application.Restart()
This will restart a WinForms ClickOnce application.
Upvotes: 3