private void btnPause_Click(object sender, EventArgs e) { if (_current == null) { return; } _current.PauseResume(); }