fix
This commit is contained in:
parent
f4cf5bf2ba
commit
f39a17c844
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user