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

SimpleBulb() public method

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