Here am having 3 different WPFapplications and now my requirement is like i want to have only one WPF app which should be invoke the other apps pages when clicking the hyperlink.. Can anyone suggest how to do that...
I tried with one type of solution i.e. having the other three has class lib and invoke the corresponding pages using the created objects, but that is not working. please help me
Thanks in advance.