11 lines
181 B
C#
11 lines
181 B
C#
using System;
|
|
|
|
namespace Password_Manager
|
|
{
|
|
static class Fields
|
|
{
|
|
public static Profile CurrentProfile;
|
|
public static ProfileList ListOfProfiles;
|
|
}
|
|
}
|