コード例 #1
0
 public void OnAllDeleteTimerText()
 {
     TimerItemTemplate.Clear();
 }
コード例 #2
0
 public void OnAddTimertext(string timerText, int xPos)
 {
     TimerItemTemplate.Clear();
     TimerItemTemplate.Add(new TimerTextItem(timerText, xPos));
 }