private void cmdShowMixedForm_Click(object sender, EventArgs e) { MixedForm form = new MixedForm(); form.Show(); }