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