12 lines
248 B
C#
12 lines
248 B
C#
|
|
using System.Windows.Controls;
|
||
|
|
|
||
|
|
namespace MainShell.Resources.CustomControl
|
||
|
|
{
|
||
|
|
public partial class HeaderDeviceStatusView : UserControl
|
||
|
|
{
|
||
|
|
public HeaderDeviceStatusView()
|
||
|
|
{
|
||
|
|
InitializeComponent();
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|