Beispiel #1
0
 private void btnPlayStep_Click(object sender, EventArgs e)
 {
     if (_presentation != null && selectPointIndex != -1)
     {
         _presentation.PlayStep(indexInPresentation);
     }
 }