Ejemplo n.º 1
0
        public Panel()
            : base()
        {
            this.components = new ScreenComponentCollection(this);
            this.components.Add(outline);

            outline.AutoSize = AutoSizeModes.ResizeToFill;
            outline.Enabled  = false;
        }
Ejemplo n.º 2
0
 public Panel()
     : base()
 {
     this.components = new ScreenComponentCollection(this);
 }
Ejemplo n.º 3
0
 public Panel()
     : base()
 {
     this.components = new ScreenComponentCollection(this);
 }