Exemple #1
0
 public User()
 {
     Device = SingleMashine.GetInstance(null, null);
 }
Exemple #2
0
 public Manager(List <Slot> slots, List <Coin> cashbox)
 {
     Device = SingleMashine.GetInstance(slots, cashbox);
 }