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