6 лаба полуработает
This commit is contained in:
parent
d1973efdce
commit
f367e8f391
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user