Доработка

This commit is contained in:
insideq 2024-11-22 13:48:42 +04:00
parent 883eb9f286
commit fb7bfe478d

View File

@ -50,18 +50,6 @@ namespace ProjectWarehouse
}
}
private void ProductionToolStripMenuItem_Click(object sender, EventArgs e)
{
try
{
_container.Resolve<FormProductions>().ShowDialog();
}
catch (Exception ex)
{
MessageBox.Show(ex.Message, "Îøèáêà ïðè çàãðóçêå", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
}
private void EmployeeToolStripMenuItem_Click(object sender, EventArgs e)
{
try