private void frameStitcherToolStripMenuItem_Click(object sender, EventArgs e) { Stitcher sw = new Stitcher(); sw.ShowDialog(); }