Tidying up workspace, creating new layers

This commit is contained in:
2025-09-18 07:14:29 +02:00
parent b5be0db52b
commit e65f6c94af
13 changed files with 76 additions and 72 deletions

8
Models/PasswordStore.cs Normal file
View File

@@ -0,0 +1,8 @@
namespace Models;
public class PasswordStore
{
private List<FileInfo> passwordFiles;
}