I don't even know anymore
This commit is contained in:
@@ -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:
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user