Example #1
0
 public Dream()
 {
     active                = false;
     Points                = -1;
     Calculator            = new PointsCalculator();
     NMZPointsScreenReader = new NMZPointsScreenReader();
     Id = 0;
 }
Example #2
0
 public Dream()
 {
     active = false;
     Points = -1;
     Calculator = new PointsCalculator();
     NMZPointsScreenReader = new NMZPointsScreenReader();
     Id = 0;
 }
 public void SetUp()
 {
     pointsCalculator = new PointsCalculator();
 }