foozball3000
Executive Member
I need to add some new properties to an existing control from the SDK we work with.
The idea was just to inherit the original control (OldForm), but most of the methods from the SDK returns OldForm, and I can't just cast OldForm into NewForm. (OldForm = App.CreateNewForm(); )
*working in Visual Studio 2010, .Net 4.0*
The idea was just to inherit the original control (OldForm), but most of the methods from the SDK returns OldForm, and I can't just cast OldForm into NewForm. (OldForm = App.CreateNewForm(); )
*working in Visual Studio 2010, .Net 4.0*