ПИбд-21, Лёвушкина Анна, лаб2 сложная #11

Closed
AnnaLioness wants to merge 6 commits from лаб2_сложная into лаб2
Showing only changes of commit ef300b17ea - Show all commits

View File

@ -45,6 +45,7 @@ namespace LawFirmView
{
textBoxName.Text = view.ShopName;
textBoxAddress.Text = view.Address;
dateTimePicker.Value = view.OpeningDate;
_shopDocuments = view.ShopDocuments ?? new Dictionary<int, (IDocumentModel, int)>();
LoadData();
}