MoS2/Framework/MECF.Framework.UI.Client/CenterViews/LogOnOff/LogoffView.xaml.cs
2026-06-15 10:56:30 +08:00

16 lines
323 B
C#

using System.Windows.Controls;
namespace MECF.Framework.UI.Client.CenterViews.LogOnOff
{
/// <summary>
/// Interaction logic for LogoffView.xaml
/// </summary>
public partial class LogoffView : UserControl
{
public LogoffView()
{
InitializeComponent();
}
}
}