-
Most of my windows use a single parameterless constructor, but for the live preview I really don't want to include the logic to populate or modify the window at runtime. Does anyone have an elegant solution to this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found a solution, which seems to work well: I just add this to the constructor, immediately after the call to InitializeComponent:
|
Beta Was this translation helpful? Give feedback.
Found a solution, which seems to work well:
I just add this to the constructor, immediately after the call to InitializeComponent: