Änderung

- Methodenname von ClearUndeletableFolders auf
  ClearUndeletableDirectories geändert
This commit is contained in:
Hoeglinger Eugen 2022-04-19 08:04:11 +02:00
parent 6ec58cc8ea
commit 3b2eff92a9
6 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -543,7 +543,7 @@ namespace Eugen.ESystem
/// <summary> /// <summary>
/// Clears the undeletabele directory list. /// Clears the undeletabele directory list.
/// </summary> /// </summary>
public void ClearUndeletableFolders() public void ClearUndeletableDirectories()
{ {
undeletableDirectories.Clear(); undeletableDirectories.Clear();
} }

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.