public tagInfoPage() { InitializeComponent(); SystemTray.SetProgressIndicator(this, prog); wbh = new WebBrowserHelper(tagDescription); wbh.ScrollDisabled = false; }
public trackInfoPage() { InitializeComponent(); this.DataContext = currTrack; SystemTray.SetProgressIndicator(this, prog); wbh = new WebBrowserHelper(trackDescription); wbh.ScrollDisabled = false; }
public artistInfoPage() { InitializeComponent(); this.DataContext = currArtist; prog = new ProgressIndicator(); SystemTray.SetProgressIndicator(this, prog); this.Loaded += new RoutedEventHandler(artistInfoPage_Loaded); wbh = new WebBrowserHelper(artistDescription); wbh.ScrollDisabled = false; }