small spelling mistake in function name
This commit is contained in:
parent
cf5f618830
commit
e594f8bac8
2
EduNetworkBuilder/PersonProfileForm.Designer.cs
generated
2
EduNetworkBuilder/PersonProfileForm.Designer.cs
generated
@ -208,7 +208,7 @@
|
|||||||
this.btnLaunch.TabIndex = 11;
|
this.btnLaunch.TabIndex = 11;
|
||||||
this.btnLaunch.Text = "Launch";
|
this.btnLaunch.Text = "Launch";
|
||||||
this.btnLaunch.UseVisualStyleBackColor = true;
|
this.btnLaunch.UseVisualStyleBackColor = true;
|
||||||
this.btnLaunch.Click += new System.EventHandler(this.btLaunch_Click);
|
this.btnLaunch.Click += new System.EventHandler(this.btnLaunch_Click);
|
||||||
//
|
//
|
||||||
// btnHWDelete
|
// btnHWDelete
|
||||||
//
|
//
|
||||||
|
@ -490,7 +490,7 @@ namespace EduNetworkBuilder
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void btLaunch_Click(object sender, EventArgs e)
|
private void btnLaunch_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
BuilderWindow BW = NB.GetBuilderWin();
|
BuilderWindow BW = NB.GetBuilderWin();
|
||||||
if(BW != null && ViewedSchoolwork != null && ViewedSchoolwork.theProject != null)
|
if(BW != null && ViewedSchoolwork != null && ViewedSchoolwork.theProject != null)
|
||||||
|
Loading…
Reference in New Issue
Block a user