Hi,
I have 2 Project, 1) WPF Application 2) Window Form Application.
Here is the thing I wan to accomplish:
-> when a button in Window Form(2) is pressed, the WPF Window from (1) will pop out.
I cant seem to access WPF Application Namespace from (2)
Thanks.