Доработка 1

This commit is contained in:
Stepan 2024-05-25 11:45:03 +04:00
parent 74175617bd
commit 2d01dd6b2f

View File

@ -72,10 +72,7 @@ namespace MotorPlantView.Forms
var form = DependencyManager.Instance.Resolve<FormEngineComponent>();
if (form.ShowDialog() == DialogResult.OK)
{
if (form.ShowDialog() == DialogResult.OK)
{
return;
}
return;
}
_logger.LogInformation("Добавление нового ингридиента:{ ComponentName}-{ Count}", form.ComponentModel.ComponentName, form.Count);
if (_engineComponents.ContainsKey(form.Id))