private void dt_Tick(object sender, EventArgs e) { LOGIN l = new LOGIN(); l.Show(); dt.Stop(); this.Close(); }
private void back(object sender, RoutedEventArgs e) { LOGIN l = new LOGIN(); l.Show(); }