private void ClearProperties() { GUICommon.ClearMovieProperties(); GUICommon.ClearShowProperties(); GUICommon.ClearSeasonProperties(); GUICommon.ClearEpisodeProperties(); }
private void ClearProperties() { GUICommon.SetProperty("#Trakt.Episode.WatchList.Inserted", string.Empty); GUICommon.ClearShowProperties(); GUICommon.ClearEpisodeProperties(); }
private void ClearProperties() { GUIUtils.SetProperty("#Trakt.Episode.WatchedDate", string.Empty); GUIUtils.SetProperty("#Trakt.Episode.Action", string.Empty); GUICommon.ClearEpisodeProperties(); GUICommon.ClearShowProperties(); }
private void ClearProperties() { GUIUtils.SetProperty("#Trakt.Calendar.Selected.Date", string.Empty); GUIUtils.SetProperty("#selectedindex", string.Empty); GUICommon.ClearShowProperties(); GUICommon.ClearEpisodeProperties(); }
private void ClearProperties() { GUIUtils.SetProperty("#Trakt.Shout.Type", string.Empty); GUIUtils.SetProperty("#Trakt.Shout.Date", string.Empty); GUIUtils.SetProperty("#Trakt.Shout.Text", string.Empty); GUIUtils.SetProperty("#Trakt.Shout.Spoiler", string.Empty); GUIUtils.SetProperty("#Trakt.Shout.Review", string.Empty); GUICommon.ClearMovieProperties(); GUICommon.ClearShowProperties(); GUICommon.ClearEpisodeProperties(); GUICommon.ClearUserProperties(); }
private void ClearProperties() { GUIUtils.SetProperty("#Trakt.Search.SearchTerm", string.Empty); GUICommon.ClearShowProperties(); GUICommon.ClearEpisodeProperties(); }