icsharpcode / WpfDesigner

The WPF Designer from SharpDevelop
MIT License
958 stars 259 forks source link

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

Closed SunnyPotatos closed 5 months ago

SunnyPotatos commented 1 year ago

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

jogibear9988 commented 1 year ago

there is a sample using the nugets in the repo

jogibear9988 commented 1 year ago

simplesample

SunnyPotatos commented 1 year ago

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