private void Button_Click(object sender, RoutedEventArgs e) { InterfaceLayer.logout(); login window = new login(); window.Show(); App.Current.MainWindow = window; this.Close(); }
static public void end() { InterfaceLayer.logout(); DAL.CleanDB(); }