Exemplo n.º 1
0
 static private bool IsCueFinished(Cue cue)
 {
     return cue.IsPlaying() == false;
 }