예제 #1
0
 public void RecipeTime(int time)
 {
     //adapteeCount = new CountdownTimer();
     _adapteeCount.Register(time, this);
 }
예제 #2
0
파일: Adapter.cs 프로젝트: Fran1611/Grasp_6
 public void RegisterNew(int time)
 {
     countdown.Register(time, this);
 }