Sic.Framework/MECF.Framework.UI.Client/CenterViews/LogOnOff/LogoffView.xaml.cs

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();
}
}
}