Sic03-8inch/FrameworkLocal/UIClient/CenterViews/LogOnOff/ShutdownView.xaml.cs

16 lines
317 B
C#
Raw Normal View History

2023-03-03 15:42:13 +08:00
using System.Windows;
namespace MECF.Framework.UI.Client.CenterViews.LogOnOff
{
/// <summary>
/// Interaction logic for ShutdownWindow.xaml
/// </summary>
public partial class ShutdownView : Window
{
public ShutdownView()
{
InitializeComponent();
}
}
}