BatchGuy.App.SettingsForm.HandleSaveClick C# (CSharp) 메소드

HandleSaveClick() 개인적인 메소드

private HandleSaveClick ( ) : void
리턴 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