public CyCharacterLCDEditingControl(ICyInstEdit_v1 obj) { this.m_control = new CyCharLCDControl(obj); this.m_control.Dock = DockStyle.Fill; }