How To : Close single application in Multiple application environment

Naimishforu
Posted by Naimishforu under WPF category on | Points: 40 | Views : 3256
Get the current application instance and fire close event:

Window.GetWindow(Me).Close()

Comments or Responses

Login to post response