21 lines
411 B
C#
21 lines
411 B
C#
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();
|
|
}
|
|
}
|
|
}
|