private void musicFormBtn_Click(object sender, EventArgs e) { if (mform == null) { mform = new MusicForm(); } mform.Show(); }