This commit is contained in:
2022-06-23 21:57:48 +00:00
parent 55e58e0697
commit c1b8d820b3
4 changed files with 10 additions and 2 deletions

View File

@@ -228,6 +228,7 @@
this.grid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.grid.Size = new System.Drawing.Size(790, 450);
this.grid.TabIndex = 3;
this.grid.Visible = false;
this.grid.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.grid_CellFormatting);
//
// customer