fix a typo

This commit is contained in:
ChsBuffer
2020-09-26 16:32:30 +08:00
parent 8ee86c3996
commit 49e2eb6a56
2 changed files with 2 additions and 2 deletions

View File

@@ -173,7 +173,7 @@
this.Name = "Socks5Form";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Socks5";
this.Load += new System.EventHandler(this.Shadowsocks_Load);
this.Load += new System.EventHandler(this.Socks5_Load);
this.ConfigurationGroupBox.ResumeLayout(false);
this.ConfigurationGroupBox.PerformLayout();
this.ResumeLayout(false);

View File

@@ -14,7 +14,7 @@ namespace Netch.ServerEx.Socks5.Form
_server = (Socks5) (server ?? new Socks5());
}
private void Shadowsocks_Load(object sender, EventArgs e)
private void Socks5_Load(object sender, EventArgs e)
{
#region InitText