I'm literally on fire rn
This commit is contained in:
16
Password Manager/ProfileHandler.cs
Normal file
16
Password Manager/ProfileHandler.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
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();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user