Files
test_demo/MX-PD-盘古 - new/PanGu.DieBonderApp/MainShell/DeviceMaintance/View/IoTestView.xaml.cs

16 lines
299 B
C#
Raw Normal View History

using System.Windows.Controls;
namespace MainShell.DeviceMaintance.View
{
/// <summary>
/// IoTestView.xaml 的交互逻辑
/// </summary>
public partial class IoTestView : UserControl
{
public IoTestView()
{
InitializeComponent();
}
}
}