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