ComponentFactory.Krypton.Toolkit.KryptonColorTable.KryptonColorTable C# (CSharp) Метод

KryptonColorTable() публичный Метод

Creates a new instance of the KryptonColorTable class.
public KryptonColorTable ( IPalette palette ) : System
palette IPalette Reference to associated palette.
Результат System
        public KryptonColorTable(IPalette palette)
        {
            _palette = palette;
        }
KryptonColorTable