main: Added DNS batching

This commit is contained in:
2023-06-08 15:47:51 +10:00
parent 2f7427d5b4
commit 890da5d64d
5 changed files with 14 additions and 2 deletions

View File

@@ -170,6 +170,7 @@
comboBoxType.Size = new Size(129, 23);
comboBoxType.TabIndex = 3;
comboBoxType.SelectedIndexChanged += comboBoxType_SelectedIndexChanged;
comboBoxType.DropDownClosed += comboBoxType_DropDownClosed;
//
// DNSForm
//