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

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