开发者

Silverlight Out of Browser check

开发者 https://www.devze.com 2022-12-31 14:06 出处:网络
I am working on an application that requires running out of browser; How开发者_如何学运维 can I test if the application is running Out of Browser?Use the property on the Application object:

I am working on an application that requires running out of browser; How开发者_如何学运维 can I test if the application is running Out of Browser?


Use the property on the Application object:

if (System.Windows.Application.Current.IsRuningOutOfBrowser)
{
    // The app is out of browser
}
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号