A mechanism of Windows Forms that lets forms inherit controls and appearance.
I have several forms in a C# application. I use Visual Studio 2010 Beta, but .NET 3.5 and C# 3. I have a …
c# winforms visual-studio-2010 visual-inheritanceAn application I'm working will have a number of forms with a lot of shared functionality. For instance, each form …
c# winforms visual-inheritance