This commit is contained in:
Павел Путилин 2023-03-06 19:18:57 +04:00
parent d862c86521
commit 4fec97ed44

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();