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