I'm running a Silverlight 4 app with elevated trust out of browser and cannot rely on the DOM or host web page to shut down Silverlight. There is no App.Current.Shutdown开发者_如何学JAVA() method. How do I shut down a Silverlight app programmatically?
try App.Current.MainWindow.Close();
精彩评论