ПИбд-21, Лёвушкина Анна, лаб2 сложная #11
@ -45,6 +45,7 @@ namespace LawFirmView
|
|||||||
{
|
{
|
||||||
textBoxName.Text = view.ShopName;
|
textBoxName.Text = view.ShopName;
|
||||||
textBoxAddress.Text = view.Address;
|
textBoxAddress.Text = view.Address;
|
||||||
|
dateTimePicker.Value = view.OpeningDate;
|
||||||
_shopDocuments = view.ShopDocuments ?? new Dictionary<int, (IDocumentModel, int)>();
|
_shopDocuments = view.ShopDocuments ?? new Dictionary<int, (IDocumentModel, int)>();
|
||||||
LoadData();
|
LoadData();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user