Exemplo n.º 1
0
 public DeskGame(double DeskHeight, double DeskWidth)
 {
     this.DeskHeight         = DeskHeight;
     this.DeskWidth          = DeskWidth;
     this.Height             = DeskHeight / 20;
     this.Width              = DeskWidth / 14;
     timerleftright.Interval = 150;
     timertime.Interval      = 1000;
     CreatGame();
     BgMediaPlay.ForPlay(musicUrl.BG2);
 }