Exemplo n.º 1
0
 public void OnAllDeleteTimerText()
 {
     TimerItemTemplate.Clear();
 }
Exemplo n.º 2
0
 public void OnAddTimertext(string timerText, int xPos)
 {
     TimerItemTemplate.Clear();
     TimerItemTemplate.Add(new TimerTextItem(timerText, xPos));
 }