private void cmdEasy2_Click(object sender, EventArgs e) { frmEasySampleFixed frm = new frmEasySampleFixed(); frm.ShowDialog(); frm.Dispose(); }