Beispiel #1
0
        private void Logout_Click(object sender, RoutedEventArgs e)
        {
            this.Hide();
            AuthWindow authWindow = new AuthWindow();

            Properties.Settings.Default.Reset();
            authWindow.Show();
        }
Beispiel #2
0
        public MainWindow()
        {
            AuthWindow authWindow = new AuthWindow();

            authWindow.Show();
            this.Hide();
            InitializeComponent();
        }