I am launching a new dialog from a MEF plugin when I start up the application. Could someone explain why this changes App.Current.MainWindow
to the dialog that was launched from the plugin? How can I prevent this from happening?
views:
68answers:
1
+1
A:
Turns out App.Current.MainWindow gets set to the first window that is launched. I was launching the plugin dialog before the main window.
Orestes72
2009-07-15 18:21:01