I Have a Windows Form Project , which has a main form,and in this form I open other form as mdi (other form opens inside of main form)
My Boss Told me to change the main form to wpf technology(for add some animation or something else)
Now I want to have a one main windows in wpf which has a one grid in its middle to put my winform there.
What is the best idea in this case for do this job.