private void mntBrowseSnapshot_Click(object sender, EventArgs e) { var dlg = new BrowseDataForm(); dlg.ShowDialog(); }