public void Next() { model.IsPlaying = true; mh.Skip(); }
private void nextButton_Click(object sender, EventArgs e) { mh.Skip(); }
private void button4_Click(object sender, EventArgs e) { mh.Skip(); }