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