PIbd-21 Yakovlev M.G. lab work 2 Hard #13

Closed
YakovlevMaxim wants to merge 5 commits from Lab2_Hard into Lab2_Base
Showing only changes of commit f8c7738f69 - Show all commits

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();
}