AerolineaFrba.Abm_Rol.Alta.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
            this.SuspendLayout();
            // 
            // Alta
            // 
            this.ClientSize = new System.Drawing.Size(284, 261);
            this.Name = "Alta";
            this.Load += new System.EventHandler(this.Alta_Load_1);
            this.ResumeLayout(false);

        }