private void checkBox1_CheckedChanged(object sender, EventArgs e) { if (checkBox1.Checked) { mh.Mute(); } else { mh.UnMute(); } }