首次提交:添加src文件夹代码
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace Cowain.Bake.UI.FactoryMaintenance.Views
|
||||
{
|
||||
/// <summary>
|
||||
/// DeviceManagementView.xaml 的交互逻辑
|
||||
/// </summary>
|
||||
public partial class DeviceManagementView : UserControl
|
||||
{
|
||||
public DeviceManagementView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user