コード例 #1
0
        private void ClearProperties()
        {
            GUIUtils.SetProperty("#Trakt.Person.CreditType", string.Empty);
            GUIUtils.SetProperty("#Trakt.Person.CreditValue", string.Empty);

            GUICommon.ClearPersonProperties();
        }
コード例 #2
0
 private void ClearProperties()
 {
     GUICommon.ClearMovieProperties();
     GUICommon.ClearShowProperties();
     GUICommon.ClearSeasonProperties();
     GUICommon.ClearEpisodeProperties();
     GUICommon.ClearPersonProperties();
 }
コード例 #3
0
 private void ClearProperties()
 {
     GUIUtils.SetProperty("#Trakt.Search.SearchTerm", string.Empty);
     GUICommon.ClearPersonProperties();
 }
コード例 #4
0
 private void ClearProperties()
 {
     //StopDownload = false;
     GUICommon.ClearPersonProperties();
 }