as
Public Class BaseForm Inherits MyBaseForm Implements MicroFour.StrataFrame.UI.Windows.Forms.IContainerControl
MyBaseForm is inhereted from Devexpress XtraForm.
I 've got error message below in design time when strataframe objects were dropped on my form. My form is based on StandartForm which is based on my changed BaseForm.
"The object that the business object has been dropped on must be implement MicroFour.strataFrame.UI.Windows.Forms.IcontainerControl"
This would require that everyone of the StrataFrame developers purchase a copy of DevExpress...most of our developers do not use DevExpress nor do we want to have a framework the depends on a 3rd party entity. You are correct though, the BaseForm is in the Business assembly...sorry.
MicroFour.StrataFrame.UI.Windows.Forms.StandardForm. C# does not support Multiple inheretence. At first look, Source code will be changed to be inherited from Devexpress XtraForm. Does it works properly ? Any ideas , Expreriences ?
Where is the source code location to be modified ?