#0060: 增加扫描模式模块功能;

This commit is contained in:
TianSong
2026-04-17 15:31:38 +08:00
parent ad19742a3d
commit 4390ad1e9f
16 changed files with 1039 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<prism:PrismApplication x:Class="XP.Scan.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:XP.Scan"
xmlns:prism="http://prismlibrary.com/" >
<Application.Resources>
</Application.Resources>
</prism:PrismApplication>