private void menuItem10_Click(object sender, EventArgs e) { frmBinary binary = new frmBinary(); binary.ShowDialog(); binary.Dispose(); }