C#C
C#2y ago
katonaut

Starting Code in C# in the main window after clicking a button?

Hi,

when I use

EditWin EditForm = new EditWin();
EditForm.Show();

it open a new window an the code of the window executes

but I would like to run the WPF Code Xaml/cs in the same (MainWindow)

Any help how to do it?

Thank yoou in advance
Was this page helpful?