예제 #1
0
        private void Button_Click(object sender, RoutedEventArgs e)
        {
            InterfaceLayer.logout();
            login window = new login();

            window.Show();
            App.Current.MainWindow = window;
            this.Close();
        }
예제 #2
0
 static public void end()
 {
     InterfaceLayer.logout();
     DAL.CleanDB();
 }