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);