From a0f50842f50206fda3b608e7f01265f5cafdb117 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: Sat, 14 Mar 2026 00:35:24 +0300 Subject: [PATCH] edit --- XLAB/CloneVerificationWindow.xaml | 57 ++++++ XLAB/CloneVerificationWindow.xaml.cs | 20 ++ XLAB/CloneVerificationWindowViewModel.cs | 115 +++++++++++ XLAB/DialogService.cs | 12 ++ XLAB/MainWindow.xaml | 3 + XLAB/MainWindowViewModel.cs | 245 +++++++++++++++++++++++ XLAB/PsvModels.cs | 7 + XLAB/XLAB.csproj | 9 + 8 files changed, 468 insertions(+) create mode 100644 XLAB/CloneVerificationWindow.xaml create mode 100644 XLAB/CloneVerificationWindow.xaml.cs create mode 100644 XLAB/CloneVerificationWindowViewModel.cs diff --git a/XLAB/CloneVerificationWindow.xaml b/XLAB/CloneVerificationWindow.xaml new file mode 100644 index 0000000..c558f26 --- /dev/null +++ b/XLAB/CloneVerificationWindow.xaml @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + +