Änderung

- Die get Anweisung in 'RoamingPath' auf public geändert
This commit is contained in:
Hoeglinger Eugen 2022-08-29 11:12:26 +02:00
parent 178435e183
commit 0159f5f425
8 changed files with 4 additions and 1 deletions

Binary file not shown.

View File

@ -144,7 +144,10 @@ namespace Eugen.ESystem
Read
}
private string RoamingPath { set; get; } //Pfad zum Roaming-Verzeichnis
/// <summary>
/// The roaming folder
/// </summary>
public string RoamingPath { private set; get; } //Pfad zum Roaming-Verzeichnis
/// <summary>
/// The main key(folder)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.