예제 #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();
        }
예제 #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();
        }