mirror of
https://github.com/netchx/netch.git
synced 2026-03-18 18:13:21 +08:00
fix a typo
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user