#0060: 增加扫描模式模块功能;
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace XP.Scan.Views
|
||||
{
|
||||
public partial class XPScanView : UserControl
|
||||
{
|
||||
public XPScanView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user