Bro i don't even know

This commit is contained in:
Miskolczi Richárd
2023-03-24 12:18:06 +01:00
parent 91c6f339ba
commit b4a83782e9
7 changed files with 49 additions and 35 deletions

View File

@@ -8,7 +8,6 @@ namespace Password_Manager
{
public string Name { get; } //the name of the password store profile ("personal", "work", or similar)
public string Path { get; } //path of the folder containing the password store
private Password[] Passwords;
public event PasswordStoreChange Change; //runs if a new password is added, or if one is removed
public Profile(string name, string path, PasswordStoreChange change)