首次提交:添加src文件夹代码
This commit is contained in:
20
Cowain.Bake.UI/Home/Views/SetScannerView.xaml.cs
Normal file
20
Cowain.Bake.UI/Home/Views/SetScannerView.xaml.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows;
|
||||
|
||||
namespace Cowain.Bake.UI.Home.Views
|
||||
{
|
||||
/// <summary>
|
||||
/// SetScannerView.xaml 的交互逻辑
|
||||
/// </summary>
|
||||
public partial class SetScannerView : Window
|
||||
{
|
||||
public SetScannerView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user