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

Closed
AnnaLioness wants to merge 12 commits from лаб5_сложная into лаб5
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();
}