OrElse
OrElse

Reputation: 9969

restarting a single instance application

Is there any way of restarting a single instance application, which is deployed via clickonce?

Upvotes: 1

Views: 1960

Answers (1)

JaredPar
JaredPar

Reputation: 755259

Try

Application.Restart() 

This will restart a WinForms ClickOnce application.

Upvotes: 3

Related Questions