Soggy
User Control Eventhandler. How to get my control's components to inherit an Eventhandler.
some things I've tried include:
Doesn't work with windows designer code due to syntax, I have to manually type
BoxButton.Click = BoxButton_Click
rather than BoxButton.Click += BoxButton_Click
.
Doesn't work :<
6 replies