I don't even know anymore

This commit is contained in:
Miskolczi Richárd
2023-03-24 12:01:08 +01:00
parent 911b3fc819
commit 91c6f339ba
10 changed files with 116 additions and 28 deletions

View File

@@ -9,12 +9,15 @@ namespace Password_Manager
private void ChangeProfile(object sender, EventArgs e)
{
ComboBox cb = (ComboBox)sender;
Fields.CurrentProfile = Fields.ListOfProfiles.SearchByName(cb.Text);
}
private void UpdateResultList(object sender, EventArgs args)
{
//TODO:
}
}
}