I use a usercontrol from a framework that I'm implementing in another project that is basically a non-static class definition in that framework.
Within the calling project (subscriber) I'm placing it as a static instance.
Everything compiles honky dorey. Go to that forms view ( designer regenerates code in backend), then I loose all my static on that control.
There are 4 instances of that control that I need to use. It can only operate as a static instance anyways.
So, I need to find a way how to ENFORCE a static class in frmMain initializer or other means that will work in designer view.