This commit is contained in:
2023-03-27 00:19:30 +02:00
parent 01a926d316
commit df33170f71
28 changed files with 543 additions and 125 deletions

View File

@@ -1,10 +1,6 @@
using System;
namespace Password_Manager
namespace Profiles
{
public delegate void PasswordStoreChange();
sealed class Profile
public sealed class Profile
{
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