SyntaxFix
Write A Post
Hire A Developer
Questions
You can create a button in window1 and double click on it. It will create a new click handler, where inside you can write something like this:
var window2 = new Window2(); window2.Show();