private void configSourceDetector_Click(object sender, EventArgs e) { SourceDetectorConfigWindow sdcWindow = new SourceDetectorConfigWindow(); sdcWindow.Settings = sdSettings; if (sdcWindow.ShowDialog() == DialogResult.OK) { sdSettings = sdcWindow.Settings; } }
private void configSourceDetector_Click(object sender, EventArgs e) { SourceDetectorConfigWindow sdcWindow = new SourceDetectorConfigWindow(); sdcWindow.Settings = sdSettings; if (sdcWindow.ShowDialog() == DialogResult.OK) sdSettings = sdcWindow.Settings; }