private void formatStylesButton_Click(object sender, EventArgs e) { FormatStyles dialog = new FormatStyles(); dialog.Grid = GridEX1; dialog.Show(); }