Esempio n. 1
0
 public void RecipeTime(int time)
 {
     //adapteeCount = new CountdownTimer();
     _adapteeCount.Register(time, this);
 }
Esempio n. 2
0
 public void RegisterNew(int time)
 {
     countdown.Register(time, this);
 }