fix name
This commit is contained in:
parent
a5815975cd
commit
c393b3eb9b
@ -163,7 +163,7 @@
|
|||||||
this.SellReinforcedButton.TabIndex = 8;
|
this.SellReinforcedButton.TabIndex = 8;
|
||||||
this.SellReinforcedButton.Text = "Продать изделие";
|
this.SellReinforcedButton.Text = "Продать изделие";
|
||||||
this.SellReinforcedButton.UseVisualStyleBackColor = true;
|
this.SellReinforcedButton.UseVisualStyleBackColor = true;
|
||||||
this.SellReinforcedButton.Click += new System.EventHandler(this.SellPackageButton_Click);
|
this.SellReinforcedButton.Click += new System.EventHandler(this.SellReinforcedButton_Click);
|
||||||
//
|
//
|
||||||
// FormMain
|
// FormMain
|
||||||
//
|
//
|
||||||
|
@ -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));
|
var service = Program.ServiceProvider?.GetService(typeof(FormSellReinforced));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user