Bro i don't even know
This commit is contained in:
@@ -11,13 +11,16 @@ namespace Password_Manager
|
||||
{
|
||||
ComboBox cb = (ComboBox)sender;
|
||||
Fields.CurrentProfile = Fields.ListOfProfiles.SearchByName(cb.Text);
|
||||
}
|
||||
|
||||
|
||||
private void ClearSearchBox(object sender, EventArgs e) //needed because declaring an anonymous method and subscribing that onto the delegate didn't work for some reason
|
||||
{
|
||||
searchBox.Clear();
|
||||
}
|
||||
|
||||
private void UpdateResultList(object sender, EventArgs args)
|
||||
{
|
||||
//TODO:
|
||||
//TODO
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user