правки
This commit is contained in:
parent
a2c532cbff
commit
f8c7738f69
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user