From e594f8bac8bdda8dfc2e7ed21a45c815809c955b Mon Sep 17 00:00:00 2001 From: Tim Young Date: Wed, 2 Aug 2017 09:36:39 -0500 Subject: [PATCH] small spelling mistake in function name --- EduNetworkBuilder/PersonProfileForm.Designer.cs | 2 +- EduNetworkBuilder/PersonProfileForm.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)