예제 #1
0
 private void ResetDurationString()
 {
     this._textBlockDuration.Text = (VoiceMessagePlayerWrapper.GetDurationString(TimeSpan.FromSeconds((double)this._voiceMessage.Duration)));
 }
예제 #2
0
 private void SetDurationString(TimeSpan timeSpan)
 {
     this._textBlockDuration.Text = (VoiceMessagePlayerWrapper.GetDurationString(timeSpan));
 }