コード例 #1
0
 public BarController( frmSlotmachine initSlot )
 {
     slot = initSlot;
     view = new BarView(this);
 }
コード例 #2
0
 public BarController(frmSlotmachine initSlot)
 {
     slot = initSlot;
     view = new BarView(this);
 }