.net 3.5 - Launch a WPF window -
I have one for 3.5. Increasing Net Project
Windows.Forms.Application.Run (WinForm) in the current project "System"; "Creates the initial Windows form
I am thinking that if in any way can tell me what is the equivalent of calling a WPF window.
Any help or advice If you are using C #, then try:
P>
new app (.) Run (new window ());
Comments
Post a Comment