예제 #1
0
        public SettingsDialogBase()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
            pageList = new SettingsPageCollection( );
        }
		public SettingsDialogBase()
		{
			//
			// Required for Windows Form Designer support
			//
			InitializeComponent();

			//
			// TODO: Add any constructor code after InitializeComponent call
			//
			pageList = new SettingsPageCollection( );
		}