Exemplo n.º 1
0
 public Puzzle(PuzzleForm  form, Image resim, int zorluk)
   {
   this.form = form;
   this.resim = resim;
   this.zorluk = zorluk;
   InitializeComponent();
   }
Exemplo n.º 2
0
 public Puzzle(PuzzleForm form, Image resim, int zorluk)
 {
     this.form   = form;
     this.resim  = resim;
     this.zorluk = zorluk;
     InitializeComponent();
 }