From 6797533d768559dfc25c6da71e61fa9d5e788f26 Mon Sep 17 00:00:00 2001 From: maksim Date: Tue, 26 Nov 2024 21:01:01 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D1=82=D0=B8=D1=85=D0=BE=D0=BD?= =?UTF-8?q?=D1=8C=D0=BA=D1=83=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D1=8F=D0=B5=D0=BC=20=D1=81=D1=82=D1=80=D1=83=D0=BA=D1=82=D1=83?= =?UTF-8?q?=D1=80=D1=83=20=D0=BF=D0=BE=D0=B4=20MVVM.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.xaml | 4 +- App.xaml.cs | 32 +++- Model/DataWorker.cs | 159 +++++++----------- Model/PhysicalPersonDto.cs | 19 +++ View/MainWindow.xaml.cs | 7 +- .../AddPhysicalPersonWindow.xaml.cs | 5 +- .../PhysicalPersoManagementWindow.xaml.cs | 2 +- ViewModel/DataManageViewModel.cs | 122 ++++---------- 8 files changed, 154 insertions(+), 196 deletions(-) create mode 100644 Model/PhysicalPersonDto.cs diff --git a/App.xaml b/App.xaml index 517e8e2..740e774 100644 --- a/App.xaml +++ b/App.xaml @@ -1,8 +1,6 @@  + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">