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);
|
CurrentUser = new PersonClass(filename);
|
||||||
UpdateMenu();
|
UpdateMenu();
|
||||||
|
|
||||||
|
//Now, open a new window to edit them.
|
||||||
|
PersonProfileForm PPF = new PersonProfileForm(CurrentUser);
|
||||||
|
CurrentUser = PPF.Edit();
|
||||||
|
UpdateMenu();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user