private void btnResetPresentation_Click(object sender, EventArgs e) { if (_presentation != null) { _presentation.ResetPresentation(); } }