Доработка
This commit is contained in:
parent
883eb9f286
commit
fb7bfe478d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user