//-------------------------------------------------------------------------------- /// <summary> /// Constructor /// </summary> public WizardFormBase() { InitializeComponent(); // initialize the page chain m_pageChain = new WizardPageChain(this); // initialize the desired panel size to the current size of the panel this.m_desiredPagePanelSize = this.pagePanel.Size; }
public WizardFormBase() { InitializeComponent(); m_pageChain = new WizardPageChain(this); this.m_desiredPagePanelSize = this.pagePanel.Size; }