bro check it out
This commit is contained in:
@@ -20,7 +20,20 @@ namespace Password_Manager
|
||||
|
||||
private void UpdateResultList(object sender, EventArgs args)
|
||||
{
|
||||
//TODO
|
||||
resultList.Refresh();
|
||||
}
|
||||
|
||||
private void ProfileChange(object sender, EventArgs e)
|
||||
{
|
||||
searchBox.Clear();
|
||||
resultList.Refresh();
|
||||
}
|
||||
|
||||
private void AddProfile(object sender, EventArgs e)
|
||||
{
|
||||
Fields.ListOfProfiles.Add(new Profile("tmp", @"C:\Users\RichardMiskolczi\pass"));
|
||||
Fields.CurrentProfile = Fields.ListOfProfiles[0]; //temporary
|
||||
ProfileChange(sender, e);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user