Esempio n. 1
0
 protected override void OnDispose(bool fDisposing)
 {
     base.OnDispose(fDisposing);
     this._queryContext = null;
 }
Esempio n. 2
0
 private PlaylistManager()
 {
     this._playlistManagerInterop = Microsoft.Zune.Playlist.PlaylistManager.Instance;
     this._queryContext           = new QueryPropertyBag();
     this._queryContext.SetValue("QueryView", 0);
 }