Beispiel #1
0
 public string SongPause()
 {
     player.Pause();
     return("Ладно, ставлю на паузу...");
 }