Пример #1
0
 public void setLogic(IAudioBookerLogicForRecControls logicShit)
 {
     this.logicShit = logicShit;
     logicShit.SegmentTimeUpdated += (TimeSpan ts) =>
     {
         lblTime.Text = ts.ToString(@"m\:ss");
     };
 }
Пример #2
0
 public void setLogic(IAudioBookerLogicForRecControls logicShit)
 {
     this.logicShit = logicShit;
     logicShit.SegmentTimeUpdated += (TimeSpan ts) =>
     {
         lblTime.Text = ts.ToString(@"m\:ss");
     };
 }