Exemplo n.º 1
0
        public ColorPicker(Root root,
                           string id,
                           ColorPickerProperties properties,
                           ColorStyle[] colors)
            : base(root, id, properties)
        {
            AddDisplayMode("Menu");

            _colors     = colors;
            _colorTable = new Table();
        }
Exemplo n.º 2
0
        public ColorPicker(Root root,
                           string id,
                           ColorPickerProperties properties,
                           ColorStyle[] colors)
            : base(root, id, properties)
        {
            AddDisplayMode("Menu");

            _colors = colors;
            _colorTable = new Table();
        }