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