Exemplo n.º 1
0
        /// <summary>
        /// MultiPanel control with designer support
        /// </summary>
        public MultiPanel()
        {
            //Empty collection of Pages
            vPages = new PageCollection(this);

            // This call is required by the Windows.Forms Form Designer.
            InitializeComponent();
        }
Exemplo n.º 2
0
        /// <summary>
        /// MultiPanel control with designer support
        /// </summary>
        public MultiPanel()
        {
            //Empty collection of Pages
            vPages = new PageCollection(this);

            // This call is required by the Windows.Forms Form Designer.
            InitializeComponent();
        }