From 4ffa6d478a996ee94bddc7ff01e1133d2a1df00d Mon Sep 17 00:00:00 2001 From: lihanbo Date: Mon, 2 Dec 2024 09:28:54 +0800 Subject: [PATCH] =?UTF-8?q?105040=20Add=20=E6=89=AB=E7=A0=81=E5=99=A8?= =?UTF-8?q?=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../View/ScannerWindow.xaml | 176 ++++++++++ .../View/ScannerWindow.xaml.cs | 110 ++++++ .../ViewModel/ScannerViewModel.cs | 330 ++++++++++++++++++ Sinvo.EplanHpD.Plugin/ScanPluginEntry.cs | 75 ++++ .../Sinvo.EplanHpD.Plugin.csproj | 1 + 5 files changed, 692 insertions(+) create mode 100644 Sinvo.EplanHpD.Plugin.WPFUI/View/ScannerWindow.xaml create mode 100644 Sinvo.EplanHpD.Plugin.WPFUI/View/ScannerWindow.xaml.cs create mode 100644 Sinvo.EplanHpD.Plugin.WPFUI/ViewModel/ScannerViewModel.cs create mode 100644 Sinvo.EplanHpD.Plugin/ScanPluginEntry.cs diff --git a/Sinvo.EplanHpD.Plugin.WPFUI/View/ScannerWindow.xaml b/Sinvo.EplanHpD.Plugin.WPFUI/View/ScannerWindow.xaml new file mode 100644 index 0000000..2197be0 --- /dev/null +++ b/Sinvo.EplanHpD.Plugin.WPFUI/View/ScannerWindow.xaml @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +