This repository has been archived on 2025-09-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Password-Manager-Legacy/Password Manager/ConfigFileManager.cs
Miskolczi Richárd 9ffbabdd35 Rethinking of this class:
- private static Config object
- Designated methods for providing fields of said Config object
- Config info isn't fetched from the file all the time, but rather
only once in the Init() method. After that, data is fetched from the
Configuration object
2023-03-28 10:59:44 +02:00

2.8 KiB