コード例 #1
0
        private void LogOutButton_Click(object sender, RoutedEventArgs e)
        {
            AuthorizationWindow authWin = new AuthorizationWindow();

            Close();
            authWin.Show();
        }
コード例 #2
0
        private void LogOutButton_Click(object sender, RoutedEventArgs e)
        {
            UserInfo.DisconnetcUser();
            AuthorizationWindow authWin = new AuthorizationWindow();

            Close();
            authWin.ShowDialog();
        }