Add binding source at design time

This commit is contained in:
Michael Bucari-Tovo 2022-05-23 16:05:00 -06:00
parent 593fe57ea1
commit 440550ded9
8 changed files with 87 additions and 52 deletions

View file

@ -53,7 +53,6 @@
this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Name = "ProductsDisplay";
this.Size = new System.Drawing.Size(1510, 380);
this.Load += new System.EventHandler(this.ProductsDisplay_Load);
this.ResumeLayout(false);
}