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

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

Initialise a new instance of the KryptonStandardRenderer class.
public KryptonStandardRenderer ( KryptonColorTable kct ) : System
kct KryptonColorTable Source for text colors.
Результат System
        public KryptonStandardRenderer(KryptonColorTable kct)
            : base(kct)
        {
        }