13 lines
226 B
C#
13 lines
226 B
C#
using System.Windows.Controls;
|
|
|
|
namespace MainShell.DeviceMaintance.View
|
|
{
|
|
public partial class DeviceIoView : UserControl
|
|
{
|
|
public DeviceIoView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|