From 49e2eb6a56c486fc706e6dfac995f3f596ac8a21 Mon Sep 17 00:00:00 2001 From: ChsBuffer <33744752+chsbuffer@users.noreply.github.com> Date: Sat, 26 Sep 2020 16:32:30 +0800 Subject: [PATCH] fix a typo --- Netch/ServerEx/Socks5/Form/Socks5Form.Designer.cs | 2 +- Netch/ServerEx/Socks5/Form/Socks5Form.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Netch/ServerEx/Socks5/Form/Socks5Form.Designer.cs b/Netch/ServerEx/Socks5/Form/Socks5Form.Designer.cs index 6e2404fd..24ce27d5 100644 --- a/Netch/ServerEx/Socks5/Form/Socks5Form.Designer.cs +++ b/Netch/ServerEx/Socks5/Form/Socks5Form.Designer.cs @@ -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); diff --git a/Netch/ServerEx/Socks5/Form/Socks5Form.cs b/Netch/ServerEx/Socks5/Form/Socks5Form.cs index 35c8d9c1..f01548e8 100644 --- a/Netch/ServerEx/Socks5/Form/Socks5Form.cs +++ b/Netch/ServerEx/Socks5/Form/Socks5Form.cs @@ -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