using System; namespace Password_Manager { static class Fields { public static Profile CurrentProfile; public static ProfileList ListOfProfiles; } }