WPF open window


/ Published in: C#
Save to your folder(s)

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.


Copy this code and paste it in your HTML
  1. var newWindow = new WindowNew2();
  2. newWindow.Show();

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.