Beispiel #1
0
        /// <summary>
        /// Processes the Show All Files command
        /// </summary>
        /// <param name="show_all"></param>
        internal void SetShowAll(bool show_all)
        {
            root.SetShowAll(show_all);

            // All Excluded ItemNodes are deleted we can reset the id
            if (!show_all)
            {
                nextItemId = ExcludedNodeStart;
            }
        }
Beispiel #2
0
 internal void SetShowAll(bool show_all)
 {
     root.SetShowAll(show_all);
 }