void PVSettingsDialogFormClosed(object sender, FormClosedEventArgs e) { if (DialogResult == DialogResult.OK) { Properties.DataGrid.Default.Font = lblResult.Font; Properties.DataGrid.Default.HighlightRowBG = lblResult.BackColor; Properties.DataGrid.Default.HighlightRowFG = lblResult.ForeColor; Properties.DataGrid.Default.Save(); PVDataViewer.LoadUserSettings(); } }
public RenameDialog(PVDataViewer pvDataViewer) { InitializeComponent(); }