6 лаба полуработает

This commit is contained in:
Полина Чубыкина 2024-05-05 13:22:21 +04:00
parent d1973efdce
commit f367e8f391

View File

@ -110,6 +110,7 @@
this.Controls.Add(this.dataGridView); this.Controls.Add(this.dataGridView);
this.Name = "FormImplementers"; this.Name = "FormImplementers";
this.Text = "Исполнители"; this.Text = "Исполнители";
this.Load += new System.EventHandler(this.FormImplementers_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
this.ResumeLayout(false); this.ResumeLayout(false);