Доработка 1
This commit is contained in:
parent
74175617bd
commit
2d01dd6b2f
@ -72,10 +72,7 @@ namespace MotorPlantView.Forms
|
|||||||
var form = DependencyManager.Instance.Resolve<FormEngineComponent>();
|
var form = DependencyManager.Instance.Resolve<FormEngineComponent>();
|
||||||
if (form.ShowDialog() == DialogResult.OK)
|
if (form.ShowDialog() == DialogResult.OK)
|
||||||
{
|
{
|
||||||
if (form.ShowDialog() == DialogResult.OK)
|
return;
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
_logger.LogInformation("Добавление нового ингридиента:{ ComponentName}-{ Count}", form.ComponentModel.ComponentName, form.Count);
|
_logger.LogInformation("Добавление нового ингридиента:{ ComponentName}-{ Count}", form.ComponentModel.ComponentName, form.Count);
|
||||||
if (_engineComponents.ContainsKey(form.Id))
|
if (_engineComponents.ContainsKey(form.Id))
|
||||||
|
Loading…
Reference in New Issue
Block a user