kill me
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user