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