private void OnExport(object sender, EventArgs e) { var exp = new ExportDialog(this); exp.Show(this); }