Ejemplo n.º 1
0
 public PuzzleGame(int n, SelecGame sG)
 {
     InitializeComponent();
     this.gridMatriz.num = n;
     this.sG             = sG;
     this.gridMatriz.createGrid(this);
     this.nameUser.Content = this.sG.nameUser.Content;
 }
Ejemplo n.º 2
0
 public HelpWindow(SelecGame sG)
 {
     InitializeComponent();
     this.sG = sG;
 }