Fix
This commit is contained in:
parent
a2a8c25236
commit
39fc585ef2
@ -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);
|
||||
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user