internal PythonGeneralPropertyPageControl(PythonGeneralPropertyPage newPythonGeneralPropertyPage) {
            InitializeComponent();

            _propPage = newPythonGeneralPropertyPage;
        }
예제 #2
0
        internal PythonGeneralPropertyPageControl(PythonGeneralPropertyPage newPythonGeneralPropertyPage)
        {
            InitializeComponent();

            _propPage = newPythonGeneralPropertyPage;
        }
예제 #3
0
 internal PythonGeneralyPropertyPageControl(PythonGeneralPropertyPage newPythonGeneralPropertyPage)
     : this()
 {
     _propPage = newPythonGeneralPropertyPage;
 }