BatchGuy.App.SettingsForm.HandleSaveClick C# (CSharp) Method

HandleSaveClick() private method

private HandleSaveClick ( ) : void
return void
        private void HandleSaveClick()
        {
            dgvExecutables.CurrentCell = null; //force the cell change so cell changed event fires
            dgvBluRayTitleInfoDefaultSettingsAudio.CurrentCell = null; //force the cell change so cell changed event fires
            Program.ApplicationSettingsService.Save(Program.ApplicationSettings);
        }
SettingsForm