From a2b47627024ca51b33d8816728d678d21fab7031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D1=83=D1=80=D0=BD=D0=B0=D1=82=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Fri, 3 Apr 2026 21:06:10 +0300 Subject: [PATCH] edit --- XLAB2/AccountingBookDirectoryWindow.xaml | 118 ++++++++ XLAB2/AccountingBookDirectoryWindow.xaml.cs | 35 +++ .../AccountingBookDirectoryWindowViewModel.cs | 266 ++++++++++++++++++ XLAB2/AccountingBookEditWindow.xaml | 64 +++++ XLAB2/AccountingBookEditWindow.xaml.cs | 20 ++ XLAB2/AccountingBookEditWindowViewModel.cs | 138 +++++++++ XLAB2/AppHost.cs | 5 +- XLAB2/Assets/document-number-directory.json | 18 ++ XLAB2/CreateDocumentWindow.xaml | 79 ++++-- XLAB2/CreateDocumentWindowViewModel.cs | 143 +++++++++- XLAB2/DialogService.cs | 29 +- XLAB2/DocumentNumberDirectoryService.cs | 260 +++++++++++++++++ XLAB2/MainWindow.xaml | 2 + XLAB2/MainWindow.xaml.cs | 13 +- XLAB2/PsvModels.cs | 10 + XLAB2/XLAB2.csproj | 3 + 16 files changed, 1170 insertions(+), 33 deletions(-) create mode 100644 XLAB2/AccountingBookDirectoryWindow.xaml create mode 100644 XLAB2/AccountingBookDirectoryWindow.xaml.cs create mode 100644 XLAB2/AccountingBookDirectoryWindowViewModel.cs create mode 100644 XLAB2/AccountingBookEditWindow.xaml create mode 100644 XLAB2/AccountingBookEditWindow.xaml.cs create mode 100644 XLAB2/AccountingBookEditWindowViewModel.cs create mode 100644 XLAB2/Assets/document-number-directory.json create mode 100644 XLAB2/DocumentNumberDirectoryService.cs diff --git a/XLAB2/AccountingBookDirectoryWindow.xaml b/XLAB2/AccountingBookDirectoryWindow.xaml new file mode 100644 index 0000000..5f631cc --- /dev/null +++ b/XLAB2/AccountingBookDirectoryWindow.xaml @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + +