In WPF, if i want to open a modal/response window then i write code like Window1 _windowObj1 = new Window1();
I have a WPF \"wizard\" where I am using PageFunction objects to display the various pages in the wizard.Several of these pages use references to objects in other assemblies within the application so
I am building my own implementation of a wizard style interface and struggling to get it working correctly, along with every other style of wizard interface I expect to encounter the same problem. See