From f8c7738f69faae16f2febf0cea947b3a0967cb35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=AF=D0=BA=D0=BE?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=B2?= Date: Mon, 8 Apr 2024 11:00:42 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CarRepairShop/CarRepairShopView/FormShop.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/CarRepairShop/CarRepairShopView/FormShop.cs b/CarRepairShop/CarRepairShopView/FormShop.cs index 8b61160..d139762 100644 --- a/CarRepairShop/CarRepairShopView/FormShop.cs +++ b/CarRepairShop/CarRepairShopView/FormShop.cs @@ -45,6 +45,7 @@ namespace CarRepairShopView { textBoxName.Text = view.ShopName; textBoxAddress.Text = view.ShopAddress; + dateTimePickerDateOpen.Value = view.DateOpen; _shopRepairs = view.ShopRepairs ?? new Dictionary(); LoadData(); }