Common menu processing
I have the same menu on many windows. How do I provide one handler for it? [C#, VS2008, WinForms, Menu/Toolstrip, 90 detail items in menu structure, about 100 windows] Repeating all this in every window is just not good practice. But I'm challenged by how to instantiate a handler basically on top of each window.
Replies
Know the answer? Post it — somebody with the same question will find it here.