This commit is contained in:
Кашин Максим 2023-03-26 18:55:16 +04:00
parent a2a8c25236
commit 39fc585ef2
2 changed files with 2 additions and 2 deletions

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
{