Пример #1
0
 /// Updates the list of scripts based on the currently
 /// selected category.
 /// Finds all files with a .ps1 file extension in the
 /// selected category folder and stores each file name
 /// excluding the file extension.
 public void UpdateScriptFilesList()
 {
     directoryReader.UpdateScriptFilesList();
 }