diff --git a/EduNetworkBuilder/PersonProfileForm.Designer.cs b/EduNetworkBuilder/PersonProfileForm.Designer.cs index 61a4364..7a26fbf 100644 --- a/EduNetworkBuilder/PersonProfileForm.Designer.cs +++ b/EduNetworkBuilder/PersonProfileForm.Designer.cs @@ -208,7 +208,7 @@ this.btnLaunch.TabIndex = 11; this.btnLaunch.Text = "Launch"; this.btnLaunch.UseVisualStyleBackColor = true; - this.btnLaunch.Click += new System.EventHandler(this.btLaunch_Click); + this.btnLaunch.Click += new System.EventHandler(this.btnLaunch_Click); // // btnHWDelete // diff --git a/EduNetworkBuilder/PersonProfileForm.cs b/EduNetworkBuilder/PersonProfileForm.cs index 65ef301..d4b84ce 100644 --- a/EduNetworkBuilder/PersonProfileForm.cs +++ b/EduNetworkBuilder/PersonProfileForm.cs @@ -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(); if(BW != null && ViewedSchoolwork != null && ViewedSchoolwork.theProject != null)