Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Ah, yes, the _ParentForm references a BaseForm object rather than an IContainerControl object. Are you trying to create an inherited ChildFormDialog that can be dropped on a user control as well? If you do not need the same business object on the parent form, then you probably don't need to use the ChildFormDialog, just show the child form normally using form.ShowDialog().
|