BatchGuy.App.SettingsForm.HandleSaveClick C# (CSharp) Méthode

HandleSaveClick() private méthode

private HandleSaveClick ( ) : void
Résultat 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