From 7b0a8dd3d6d773d03eed5a83502b42e894dcb2c2 Mon Sep 17 00:00:00 2001 From: maksim Date: Tue, 3 Dec 2024 01:30:30 +0400 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BE=D0=B1=D1=80=D0=B0=D0=BE=D1=82=D0=BA=D1=83=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=BB=D0=B5=D0=B9=20=D0=B4=D0=BB=D1=8F=20=D0=B4=D0=BE=D0=B1?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=84=D0=B8=D0=B7?= =?UTF-8?q?.=D0=BB=D0=B8=D1=86=D0=B0,=20=D0=BE=D1=81=D1=82=D0=B0=D0=BB?= =?UTF-8?q?=D0=BE=D1=81=D1=8C=20=D0=BA=D1=83=D1=87=D0=B0=20=D0=B2=D1=81?= =?UTF-8?q?=D0=B5=D0=B3=D0=BE=20=D1=8D=D1=82=D0=BE=D0=B3=D0=BE=20=D0=BF?= =?UTF-8?q?=D0=B5=D1=80=D0=B5=D0=BA=D0=B8=D0=BD=D1=83=D1=82=D1=8C=20=D0=BD?= =?UTF-8?q?=D0=B0=20=D0=BE=D1=81=D1=82=D0=BE=D0=BB=D1=8C=D0=BD=D1=8B=D0=B5?= =?UTF-8?q?=20=D0=BF=D0=BE=D0=BB=D1=8F.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EmployeeManagmentView/App.xaml | 9 +- .../AddPhysicalPersonWindow.xaml | 45 +++-- .../AddPhysicalPersonWindow.xaml.cs | 159 ++++++++++++++++-- 3 files changed, 176 insertions(+), 37 deletions(-) diff --git a/EmployeeManagmentView/App.xaml b/EmployeeManagmentView/App.xaml index a747fd8..1476ad8 100644 --- a/EmployeeManagmentView/App.xaml +++ b/EmployeeManagmentView/App.xaml @@ -88,26 +88,25 @@ - + diff --git a/EmployeeManagmentView/PhysicalPerson/AddPhysicalPersonWindow.xaml b/EmployeeManagmentView/PhysicalPerson/AddPhysicalPersonWindow.xaml index f3db84d..9f57d65 100644 --- a/EmployeeManagmentView/PhysicalPerson/AddPhysicalPersonWindow.xaml +++ b/EmployeeManagmentView/PhysicalPerson/AddPhysicalPersonWindow.xaml @@ -1,6 +1,7 @@