This commit is contained in:
Павел Путилин 2023-02-20 19:58:35 +04:00
parent f4cf5bf2ba
commit f39a17c844

View File

@ -31,10 +31,7 @@ namespace PrecastConcretePlantView
private void FormCreateOrder_Load(object sender, EventArgs e)
{
_logger.LogInformation("Загрузка изделий для заказа");
foreach (var el in _logicP.ReadList(null) ?? new())
{
comboBoxReinforced.Items.Add(el.ReinforcedName);
}
comboBoxReinforced.DataSource = _logicP.ReadList(null) ?? new();
}
private void CalcSum()
{