Esempio n. 1
0
 public void DoActions(ItemList theList)
 {
     actionManager.DoActions(theList, !Args.Hide && Environment.UserInteractive);
 }
Esempio n. 2
0
        public void DoActions(ItemList theList)
        {
            actionManager.DoActions(theList, !Args.Hide && Environment.UserInteractive);

            new CleanUpEmptyLibraryFolders(this).Check(null);
        }