fix: SettingForm UseCustomDNSCheckBox click event is not bound

This commit is contained in:
ChsBuffer
2020-10-22 11:15:18 +08:00
parent 25612df086
commit 421b35a797

View File

@@ -452,6 +452,7 @@ namespace Netch.Forms
this.UseCustomDNSCheckBox.TabIndex = 9;
this.UseCustomDNSCheckBox.Text = "Use Custom DNS";
this.UseCustomDNSCheckBox.UseVisualStyleBackColor = true;
this.UseCustomDNSCheckBox.Click += new System.EventHandler(this.TUNTAPUseCustomDNSCheckBox_CheckedChanged);
//
// TUNTAPDNSLabel
//