From d299dc1a45f6f617bdcf612688b6b6bfd2e3cf8f Mon Sep 17 00:00:00 2001 From: maksim Date: Sat, 30 Nov 2024 15:36:29 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D1=87=D1=82=D0=B8=20=D0=B4=D0=BE?= =?UTF-8?q?=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB=20=D0=BC=D0=BE=D0=B4=D1=83=D0=BB?= =?UTF-8?q?=D1=8C.=20=D0=9D=D0=B0=D0=B4=D0=BE=20=D0=B5=D0=B3=D0=BE=20?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=D1=81=D1=82=D0=BE=20=D0=B4=D0=BE=D0=BF=D0=B8?= =?UTF-8?q?=D0=BB=D0=B8=D1=82=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DeletePhysicalPersonWindow.xaml | 34 +++++ .../DeletePhysicalPersonWindow.xaml.cs | 40 ++++++ .../EditPhysicalPersonWindow.xaml | 130 ++++++++++++++++++ .../EditPhysicalPersonWindow.xaml.cs | 87 ++++++++++++ .../PhysicalPersonManagementWindow.xaml | 9 +- .../PhysicalPersonManagementWindow.xaml.cs | 58 ++++++-- .../ViewPhysicalPersonsWindow.xaml | 25 ++++ .../ViewPhysicalPersonsWindow.xaml.cs | 22 +++ 8 files changed, 392 insertions(+), 13 deletions(-) create mode 100644 EmployeeManagmentView/PhysicalPerson/DeletePhysicalPersonWindow.xaml create mode 100644 EmployeeManagmentView/PhysicalPerson/DeletePhysicalPersonWindow.xaml.cs create mode 100644 EmployeeManagmentView/PhysicalPerson/EditPhysicalPersonWindow.xaml create mode 100644 EmployeeManagmentView/PhysicalPerson/EditPhysicalPersonWindow.xaml.cs create mode 100644 EmployeeManagmentView/PhysicalPerson/ViewPhysicalPersonsWindow.xaml create mode 100644 EmployeeManagmentView/PhysicalPerson/ViewPhysicalPersonsWindow.xaml.cs diff --git a/EmployeeManagmentView/PhysicalPerson/DeletePhysicalPersonWindow.xaml b/EmployeeManagmentView/PhysicalPerson/DeletePhysicalPersonWindow.xaml new file mode 100644 index 0000000..4fb005c --- /dev/null +++ b/EmployeeManagmentView/PhysicalPerson/DeletePhysicalPersonWindow.xaml @@ -0,0 +1,34 @@ + + + + + + + + + + +