Animatroller.Simulator.Control.Bulb.SuperSimpleBulb.SuperSimpleBulb C# (CSharp) Method

SuperSimpleBulb() public method

public SuperSimpleBulb ( ) : System
return System
        public SuperSimpleBulb()
        {
            //            SetStyle(ControlStyles.SupportsTransparentBackColor, true);
            this.Color = Color.FromArgb(255, 153, 255, 54);

            this._tinyFont = new Font(Font.FontFamily, 6);
        }