When we load a user, open the profile immediately
This commit is contained in:
parent
0a53823b2d
commit
60881f8dcf
@ -1667,6 +1667,11 @@ namespace EduNetworkBuilder
|
||||
{
|
||||
CurrentUser = new PersonClass(filename);
|
||||
UpdateMenu();
|
||||
|
||||
//Now, open a new window to edit them.
|
||||
PersonProfileForm PPF = new PersonProfileForm(CurrentUser);
|
||||
CurrentUser = PPF.Edit();
|
||||
UpdateMenu();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user