opening an emergent window in WPF application
- by Meli
I want to open window2.xaml from the window1.xaml window as an emergent (floating) window.
In winforms that was form2.show() , how do I do it in WPF for both WPF application and WPFbrowser application?
(I assume it's different for WPF application and WPFbrowser application)