B2026-053-Find-Unlinked-Values-of-Selected

This commit is contained in:
2026-07-27 12:14:55 -04:00
parent be744b40a3
commit b90d419bc5
2 changed files with 16 additions and 38 deletions
+1 -5
View File
@@ -1,5 +1,4 @@
using System;
using System.Windows.Forms;
namespace Volian.Controls.Library
{
@@ -79,10 +78,7 @@ namespace Volian.Controls.Library
// VlnFlexGrid
//
this.Rows.DefaultSize = 19;
this.AllowDrop = true;
this.DragEnter += new DragEventHandler(Control_DragEnter);
this.DragDrop += new DragEventHandler(Control_DragDrop);
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
this.ResumeLayout(false);