Esempio n. 1
0
 public void setLogic(IAudioBookerLogicForRecControls logicShit)
 {
     this.logicShit = logicShit;
     logicShit.SegmentTimeUpdated += (TimeSpan ts) =>
     {
         lblTime.Text = ts.ToString(@"m\:ss");
     };
 }
Esempio n. 2
0
 public void setLogic(IAudioBookerLogicForRecControls logicShit)
 {
     this.logicShit = logicShit;
     logicShit.SegmentTimeUpdated += (TimeSpan ts) =>
     {
         lblTime.Text = ts.ToString(@"m\:ss");
     };
 }