Фикс бага в отображении даты
This commit is contained in:
parent
480fcea5d1
commit
77bb780e69
@ -38,6 +38,7 @@ namespace SushiBarView
|
|||||||
{
|
{
|
||||||
textBoxShop.Text = view.ShopName;
|
textBoxShop.Text = view.ShopName;
|
||||||
textBoxAddress.Text = view.Address;
|
textBoxAddress.Text = view.Address;
|
||||||
|
dateTimePicker.Text = view.DateOpening.ToString();
|
||||||
_shopListSushi = view.ListSushi ?? new Dictionary<int, (ISushiModel, int)>();
|
_shopListSushi = view.ListSushi ?? new Dictionary<int, (ISushiModel, int)>();
|
||||||
LoadData();
|
LoadData();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user