WinForm Creating Controls in PowerShell Using Classes – Part 3
Controlling Some Controls Picking up from previously, we’re next going to abstract how our controls are created. We’re going to Create a whole new Class right at the top of our file (but right below our using namespace section) Lot to unpack here but we’ve basically created a Controls Factory. It never needs to be […]
Continue Reading