private void displayChildWindowButton_Click(object sender, RoutedEventArgs e) { TestChildWindow testChildWindow = new TestChildWindow(); testChildWindow.Show(); }