mirror of
https://github.com/netchx/netch.git
synced 2026-05-05 22:35:48 +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);
|
||||
|
||||
Reference in New Issue
Block a user