public BarController( frmSlotmachine initSlot )
 {
     slot = initSlot;
     view = new BarView(this);
 }
Пример #2
0
 public BarController(frmSlotmachine initSlot)
 {
     slot = initSlot;
     view = new BarView(this);
 }