Ejemplo n.º 1
0
        public Test_PropertyParser()
        {
            ComplexProp = new ComplexClass1();
            InitializeComponent();
            List <PropertyInfo> props = PropertyParser.getParseableProperties(this.GetType());

            debugCombo.Items.AddRange(props.ToArray());
            debugCombo.SelectedIndex = 0;
        }