private void DisposeInterface() { if (source != null) { ServiceManager.SourceManager.RemoveSource (source); source = null; } if (actions != null) { actions.Dispose (); actions = null; } }
private void InitializeInterface() { actions = new PodcastActions (source); }