Exemple #1
0
 public SoldState(GumballMachine gm)
 {
     m_gm = gm;
 }
Exemple #2
0
 public WinnerState(GumballMachine gm)
 {
     m_gm = gm;
 }