Beispiel #1
0
        private void flowViewToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FlowViewForm theForm = new FlowViewForm();

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