Пример #1
0
 public Task Seek(TimeSpan to)
 {
     return(PlayerHandle?.SeekTo(to));
 }