This commit is contained in:
Кашин Максим 2023-03-28 10:02:27 +04:00
parent a5815975cd
commit c393b3eb9b
2 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@
this.SellReinforcedButton.TabIndex = 8;
this.SellReinforcedButton.Text = "Продать изделие";
this.SellReinforcedButton.UseVisualStyleBackColor = true;
this.SellReinforcedButton.Click += new System.EventHandler(this.SellPackageButton_Click);
this.SellReinforcedButton.Click += new System.EventHandler(this.SellReinforcedButton_Click);
//
// FormMain
//

View File

@ -217,7 +217,7 @@ namespace PrecastConcretePlantView
}
}
private void SellPackageButton_Click(object sender, EventArgs e)
private void SellReinforcedButton_Click(object sender, EventArgs e)
{
var service = Program.ServiceProvider?.GetService(typeof(FormSellReinforced));