コード例 #1
0
 private void ClearProperties()
 {
     GUICommon.ClearMovieProperties();
     GUICommon.ClearShowProperties();
     GUICommon.ClearSeasonProperties();
     GUICommon.ClearEpisodeProperties();
 }
コード例 #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.Review", string.Empty);
            GUIUtils.SetProperty("#Trakt.Shout.Spoiler", string.Empty);

            GUICommon.ClearMovieProperties();
            GUICommon.ClearShowProperties();
            GUICommon.ClearSeasonProperties();
            GUICommon.ClearEpisodeProperties();
            GUICommon.ClearListProperties();
            GUICommon.ClearUserProperties();
        }
コード例 #3
0
 private void ClearProperties()
 {
     GUICommon.ClearShowProperties();
     GUICommon.ClearSeasonProperties();
 }