void SettingsButton_Click(object sender, EventArgs e) { var settings = new ConfigureTrackCameras(); settings.ShowDialog(); StateUpdated(); }