コード例 #1
0
 public void Display(float timeout)
 {
     _timerRunning = true;
     _timer.Start(timeout, false, OnDisplay);
 }