public Panel() : base() { this.components = new ScreenComponentCollection(this); this.components.Add(outline); outline.AutoSize = AutoSizeModes.ResizeToFill; outline.Enabled = false; }
public Panel() : base() { this.components = new ScreenComponentCollection(this); }