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