Exemplo n.º 1
0
        /// <summary>
        /// Creates the user interface control and connects all event handlers.
        /// </summary>
        /// <returns></returns>
        public Control CreateControl()
        {
            Control = new MsdosPropertiesPanel();

            return(Control);
        }
Exemplo n.º 2
0
        /// <summary>
        /// Creates the user interface control and connects all event handlers.
        /// </summary>
        /// <returns></returns>
        public Control CreateControl()
        {
            Control = new MsdosPropertiesPanel();

            return Control;
        }