mirror of
https://github.com/netchx/netch.git
synced 2026-04-07 19:49:23 +08:00
fix: SettingForm UseCustomDNSCheckBox click event is not bound
This commit is contained in:
1
Netch/Forms/SettingForm.Designer.cs
generated
1
Netch/Forms/SettingForm.Designer.cs
generated
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user