Beispiel #1
0
 public SlotMachine(List <IReel> reels, ISlotEngine engine)
 {
     this.reels      = reels;
     this.engine     = engine;
     numberHits      = 0;
     numberofMatches = 0;
 }
Beispiel #2
0
 static HomeController()
 {
     slotEngine = DependencyResolver.Current.GetService <ISlotEngine>();
 }