Esempio n. 1
0
        public TreeItem(string label, object value, PropertyGridTable.EntryType type, EventHandler eventHandler = null, Dictionary<string, object> comboItems = null)
        {
            group = "";

            this.label = label;
            this.value = value;
            this.type = type;
            this.eventHandler = eventHandler;
            this.comboItems = comboItems;
        }
Esempio n. 2
0
        public TreeItem(string label, object value, PropertyGridTable.EntryType type, EventHandler eventHandler = null, Dictionary <string, object> comboItems = null)
        {
            group = "";

            this.label        = label;
            this.value        = value;
            this.type         = type;
            this.eventHandler = eventHandler;
            this.comboItems   = comboItems;
        }