Ejemplo n.º 1
0
 //--------------------------------------------------------------------------------
 /// <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;
 }
Ejemplo n.º 2
0
		public WizardFormBase()
		{
			InitializeComponent();
			m_pageChain = new WizardPageChain(this);
			this.m_desiredPagePanelSize = this.pagePanel.Size;
		}