예제 #1
0
파일: TVDoc.cs 프로젝트: sauv0168/tvrename
 public void DoActions(ItemList theList)
 {
     actionManager.DoActions(theList, !Args.Hide && Environment.UserInteractive);
 }
예제 #2
0
        public void DoActions(ItemList theList)
        {
            actionManager.DoActions(theList, !Args.Hide && Environment.UserInteractive);

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