Exemple #1
0
 public void Prev()
 {
     PlayIndex--;
     PrevCallback?.Invoke(this, new EventArgs());
 }