icsharpcode/WpfDesigner

Hello how do I use this I installed this via nuget now how do I use ?

SunnyPotatos opened this issue · 3 comments

Hello, how do I use this, I installed this via nuget, now how do I use C# to call wpf form to draw the interface

there is a sample using the nugets in the repo

simplesample

When I modified UserControl after Wpf MainWindow, I instantiated and invoked it in two panels of Winform respectively. Why did they affect each other? Thank you