Änderung

- Kommentar korrigiert
This commit is contained in:
Hoeglinger Eugen 2022-06-09 17:18:27 +02:00
parent 692cef160e
commit 06d626e50e
8 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -257,7 +257,7 @@ namespace Eugen.ESystem.IO
} }
else else
{ {
// Wenn Logdatei schon nicht existiert, dann zum Schreiben öffnen // Wenn Logdatei schon existiert, dann zum Schreiben öffnen
writer = new StreamWriter(String.Concat(this.Path, "\\", this.FileName), true); writer = new StreamWriter(String.Concat(this.Path, "\\", this.FileName), true);
} }

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.