asd
This commit is contained in:
17
Password Manager/Profiles/ProfileHandler.cs
Normal file
17
Password Manager/Profiles/ProfileHandler.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
|
||||
namespace Password_Manager
|
||||
{
|
||||
static class ProfileHandler
|
||||
{
|
||||
public static Profile CurrentProfile;
|
||||
public static ProfileList ListOfProfiles;
|
||||
|
||||
public static void ProfileChange(object sender, EventArgs e)
|
||||
{
|
||||
Program.mainForm.searchBox.Clear();
|
||||
Program.mainForm.resultList.ReloadResults();
|
||||
Program.mainForm.profileSelection.DataSource = ListOfProfiles;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user