From d0ded5cd9bf5070a120bad58b5be21fe2ac6a4ff Mon Sep 17 00:00:00 2001 From: C3032 <C3032@BC3032> Date: 星期六, 20 十二月 2025 16:41:09 +0800 Subject: [PATCH] test --- IDViewer_2D/App.xaml | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/IDViewer_2D/App.xaml b/IDViewer_2D/App.xaml new file mode 100644 index 0000000..b324d8f --- /dev/null +++ b/IDViewer_2D/App.xaml @@ -0,0 +1,9 @@ +锘�<Application x:Class="SmartScanner.App" + xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + xmlns:local="clr-namespace:SmartScanner" + StartupUri="MainWindow.xaml"> + <Application.Resources> + + </Application.Resources> +</Application> -- Gitblit v1.9.3