#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
+12
View File
@@ -0,0 +1,12 @@
using System.Windows.Controls;
namespace XP.Scan.Views
{
public partial class XPScanView : UserControl
{
public XPScanView()
{
InitializeComponent();
}
}
}