Esempio n. 1
0
 public void Init()
 {
     _EvenOdd   = "odd";
     amount     = 10;
     wonAmount  = 20;
     _eobObject = new EvenOddBet(_EvenOdd, amount, _even);
     fieldstub  = new Fieldstub();
 }
Esempio n. 2
0
 public void Init()
 {
     _EvenOdd = "odd";
     amount = 10;
     wonAmount = 20;
     _eobObject = new EvenOddBet(_EvenOdd, amount, _even);
     fieldstub = new Fieldstub();
 }