private void BtnT2_Click(object sender, RoutedEventArgs e) { WindowT2 window = new WindowT2(); this.Close(); window.Show(); }