コード例 #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);
 }