Closed CapCalamity closed 7 years ago
this PR basically moves the UIElement generation from the SettingsControl code-behind, to a static utility class to de-couple the Control from the sub-control generation. This should be cleaner and easier to extend in the future.
UIElement
SettingsControl
Looks like a transfer for me. No changes to the functionality. Thanks 👍
this PR basically moves the
UIElement
generation from theSettingsControl
code-behind, to a static utility class to de-couple the Control from the sub-control generation. This should be cleaner and easier to extend in the future.