Putilin P. A. Lab work 2 Base #5

Closed
Pavel wants to merge 3 commits from Lab2Base into Lab1Base
Showing only changes of commit 4fec97ed44 - Show all commits

View File

@ -156,6 +156,7 @@
this.Controls.Add(this.dataGridView);
this.Name = "FormMain";
this.Text = "FormMain";
this.Load += new System.EventHandler(this.FormMain_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();