private void Button_2_Click(object sender, RoutedEventArgs e)
{
Views.Window1 win1 = new Views.Window1();
win1.Show();
}
Asked
Active
Viewed 27 times
1 Answers
0
There is no built-in Multiple Document Interface (MDI) support available in WPF. There are some third-party solutions that you can try out though:

mm8
- 163,881
- 10
- 57
- 88