コード例 #1
0
 public Puzzle(PuzzleForm  form, Image resim, int zorluk)
   {
   this.form = form;
   this.resim = resim;
   this.zorluk = zorluk;
   InitializeComponent();
   }
コード例 #2
0
 public Puzzle(PuzzleForm form, Image resim, int zorluk)
 {
     this.form   = form;
     this.resim  = resim;
     this.zorluk = zorluk;
     InitializeComponent();
 }