예제 #1
0
파일: Program.cs 프로젝트: CPutz/MyMap
 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;
 }
예제 #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;
 }