Мелкий фикс.
This commit is contained in:
parent
2dde084ba1
commit
09ca448bb0
@ -67,9 +67,9 @@ namespace BlacksmithWorkshop
|
||||
|
||||
private void ИзделияToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
var service = Program.ServiceProvider?.GetService(typeof(FormManufactures));
|
||||
var service = Program.ServiceProvider?.GetService(typeof(FormManufacture));
|
||||
|
||||
if (service is FormManufactures form)
|
||||
if (service is FormManufacture form)
|
||||
{
|
||||
form.ShowDialog();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user