C2021-059 - Patch in auto checkbox filling for delete tree.

This commit is contained in:
Kevin Laskey 2024-08-02 12:56:12 -04:00
parent 33cced07c6
commit 954186265e

View File

@ -573,6 +573,7 @@
this.myTVdel.Name = "myTVdel";
this.myTVdel.Size = new System.Drawing.Size(300, 367);
this.myTVdel.TabIndex = 34;
this.myTVdel.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.myTV_AfterCheck);
//
// btnDeleteItems
//