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