правки

This commit is contained in:
Максим Яковлев 2024-04-08 11:00:42 +04:00
parent a2c532cbff
commit f8c7738f69

View File

@ -45,6 +45,7 @@ namespace CarRepairShopView
{
textBoxName.Text = view.ShopName;
textBoxAddress.Text = view.ShopAddress;
dateTimePickerDateOpen.Value = view.DateOpen;
_shopRepairs = view.ShopRepairs ?? new Dictionary<int, (IRepairModel, int)>();
LoadData();
}