private void flowViewToolStripMenuItem_Click(object sender, EventArgs e) { FlowViewForm theForm = new FlowViewForm(); theForm.setParent(this); theForm.Show(); }