I have two WPF Applications, for example, one is A_wpf
application, the others is B_wpf
application.
There are one Button
on each application. I want to Button
in A_wpf
application to Start up B_wpf
application and show B_wpf
with Maximized. I want to Button
in B_wpf
application to do the same thing as A_wpf
Application do.
Could anyone give me any advices please?