Exemple #1
0
        private void ClearProperties()
        {
            GUIUtils.SetProperty("#Trakt.Shouts.CurrentItem", string.Empty);

            GUICommon.ClearCommentProperties();
            GUICommon.ClearUserProperties();
        }
Exemple #2
0
        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();
        }
Exemple #3
0
        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();
 }
Exemple #5
0
 private void ClearProperties()
 {
     GUIUtils.SetProperty("#Trakt.Search.SearchTerm", string.Empty);
     GUICommon.ClearUserProperties();
 }
 private void ClearProperties()
 {
     GUICommon.ClearUserProperties();
 }