Return to Snippet

Revision: 64785
at September 20, 2013 03:46 by heathbo


Initial Code
var newWindow = new WindowNew2();
newWindow.Show();

Initial URL


Initial Description
Open a window that's already been created.

You first have to create a new window.xaml by right clicking on project / add / Window.  In this instance we will call it WindowNew2.

Initial Title
WPF open window

Initial Tags


Initial Language
C#