Kashin M.I. Lab work 4 hard #12

Closed
Sosees04ka wants to merge 12 commits from LabWork04_hard into LabWork03_hard
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 39fc585ef2 - Show all commits

View File

@ -93,7 +93,7 @@
this.Controls.Add(this.dataGridView);
this.Name = "FormReportReinforcedComponents";
this.Text = "Бланки по документам";
this.Load += new System.EventHandler(this.FormReportDocumentBlanks_Load);
this.Load += new System.EventHandler(this.FormReportReinforcedComponents_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
this.ResumeLayout(false);

View File

@ -25,7 +25,7 @@ namespace PrecastConcretePlantView
_logic = logic;
}
private void FormReportDocumentBlanks_Load(object sender, EventArgs e)
private void FormReportReinforcedComponents_Load(object sender, EventArgs e)
{
try
{