Fix spelling mistake in function
This commit is contained in:
parent
36947a9bff
commit
cf5f618830
@ -1609,7 +1609,7 @@ namespace EduNetworkBuilder
|
||||
UpdateForm();
|
||||
}
|
||||
|
||||
public void LoadLetworkFromNetwork(Network NewNet)
|
||||
public void LoadNetworkFromNetwork(Network NewNet)
|
||||
{
|
||||
if (NewNet != null)
|
||||
{
|
||||
|
@ -496,7 +496,7 @@ namespace EduNetworkBuilder
|
||||
if(BW != null && ViewedSchoolwork != null && ViewedSchoolwork.theProject != null)
|
||||
{
|
||||
ViewedSchoolwork.theProject.WhatFrom = ViewedSchoolwork; //Store the homework info. Used for pushing it back
|
||||
BW.LoadLetworkFromNetwork(ViewedSchoolwork.theProject);
|
||||
BW.LoadNetworkFromNetwork(ViewedSchoolwork.theProject);
|
||||
Close(); //Exit out of the profile
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user