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