private void BtnShifts_Click(object sender, RoutedEventArgs e) { Shifts shiftsWindow = new Shifts(); shiftsWindow.Show(); this.Close(); }
private void BtnShifts_Click(object sender, RoutedEventArgs e) { Shifts shifts_screen = new Shifts(); shifts_screen.ShowDialog(); }