2010-05-23 86 views

回答

3

使用屬性Application對象:

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