WIP лаб3_сложная #5

Merged
AnnaLioness merged 5 commits from лаб2_сложная into лаб3_сложная 2024-03-24 21:03:20 +04:00
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();
}