Example #1
0
 public Hoofdscherm()
 {
     this.ClientSize = new Size(700, 700);
     this.BackColor = Color.LightBlue;
     testlogo = new AllstarsLogo(true);
     testlogo.Location = new Point(50, 50);
     testlogo.Size = new Size(600, 600);
     this.Controls.Add(testlogo);
     testlogo.MouseClick += loading;
 }
Example #2
0
 public Hoofdscherm()
 {
     this.ClientSize   = new Size(700, 700);
     this.BackColor    = Color.LightBlue;
     testlogo          = new AllstarsLogo(true);
     testlogo.Location = new Point(50, 50);
     testlogo.Size     = new Size(600, 600);
     this.Controls.Add(testlogo);
     testlogo.MouseClick += loading;
 }