Animatroller.Simulator.Control.StrobeBulb.InitializeComponent C# (CSharp) Метод

InitializeComponent() приватный Метод

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
Результат void
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.timerStrobe = new System.Windows.Forms.Timer(this.components);
            this.SuspendLayout();
            // 
            // timerStrobe
            // 
            this.timerStrobe.Tick += new System.EventHandler(this.timerStrobe_Tick);
            // 
            // SimpleLabelLight
            // 
            this.Name = "SimpleLabelLight";
            this.Size = new System.Drawing.Size(208, 155);
            this.ResumeLayout(false);

        }