private void ClearProperties() { GUIUtils.SetProperty("#Trakt.Shouts.CurrentItem", string.Empty); GUICommon.ClearCommentProperties(); GUICommon.ClearUserProperties(); }
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.Shouts.CurrentItem", string.Empty); GUIUtils.SetProperty("#Trakt.Shout.Inserted", string.Empty); GUIUtils.SetProperty("#Trakt.Shout.Spoiler", "false"); GUIUtils.SetProperty("#Trakt.Shout.Text", string.Empty); GUIUtils.SetProperty("#Trakt.Shout.UserAdvancedRating", string.Empty); GUIUtils.SetProperty("#Trakt.Shout.UserRating", string.Empty); GUIUtils.SetProperty("#Trakt.Shout.Type", string.Empty); GUIUtils.SetProperty("#Trakt.Shout.Id", string.Empty); GUIUtils.SetProperty("#Trakt.Shout.Likes", string.Empty); GUIUtils.SetProperty("#Trakt.Shout.Replies", string.Empty); GUICommon.ClearUserProperties(); }
private void ClearProperties() { GUICommon.ClearUserProperties(); GUICommon.ClearStatisticProperties(); }
private void ClearProperties() { GUIUtils.SetProperty("#Trakt.Search.SearchTerm", string.Empty); GUICommon.ClearUserProperties(); }
private void ClearProperties() { GUICommon.ClearUserProperties(); }