Exemplo n.º 1
0
 private void PlayFromStartIndex_Click(object sender, EventArgs e)
 {
     if (_presentation != null && selectPointIndex != -1)
     {
         _presentation.Play(indexInPresentation);
     }
 }