public void SetTimer(TimerEditViewController timer)
 {
     timer.RunningTimeEntrySecondPulse += this.durationUpdateTimerTick;
     timer.StartStopClick += (sender, args) => this.Close();
 }
 public void SetTimer(TimerEditViewController timer)
 {
     timer.RunningTimeEntrySecondPulse += this.durationUpdateTimerTick;
 }
 public void SetTimer(TimerEditViewController timer)
 {
     timer.RunningTimeEntrySecondPulse += this.durationUpdateTimerTick;
     timer.StartStopClick += (sender, args) => this.Close();
 }