Revision: 64785
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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#