Group: Forum Members
Posts: 235,
Visits: 309
|
I've got an existing form that I need to add MicroFour.StrataFrame.UI.Windows.Forms.IContainerControl support, that is:
public partial class SearchForm : Form, IFormHelper, MicroFour.StrataFrame.UI.Windows.Forms.IContainerControl
What methods do I need to add to make the "does not implement interface member" errors go away.
|