/// <summary> /// Handles the Click event of the btnPreviousStop control. /// </summary> private void btnPreviousPause_Click(object sender, EventArgs e) { BassPlayer.PausePreviousTrack(); }