This commit is contained in:
Данияр Аглиуллов 2023-02-06 01:48:06 +04:00
commit dcc4c9db40

View File

@ -71,6 +71,12 @@ namespace ConfectioneryView
textBoxAddress.Text = model.Address;
textBoxDateOpening.Text = Convert.ToString(model.DateOpening);
textBoxAddress.Text = vmodel.Address;
textBoxDateOpening.Text = Convert.ToString(vmodel.DateOpening);
}
textBoxAddress.Text = vmodel.Address;
textBoxDateOpening.Text = Convert.ToString(vmodel.DateOpening);
}
dataGridView.Rows.Clear();
foreach (var el in model.Pastries.Values)
{