BatchGuy.App.BluRayTitleInfoForm.SetMKVToolNixGUIControlsDefaults C# (CSharp) Method

SetMKVToolNixGUIControlsDefaults() private method

private SetMKVToolNixGUIControlsDefaults ( ) : void
return void
        private void SetMKVToolNixGUIControlsDefaults()
        {
            try
            {
                this.SetMKVToolNixGUIControlsEnabledStatus();
                this.LoadMKVMergeLangugeItemsDropDown();
            }
            catch (Exception ex)
            {
                _displayErrorMessageService.DisplayError(new ErrorMessage() { DisplayMessage = "There was a problem setting the mkvmerge controls!", DisplayTitle = "Error.", Exception = ex, MethodNameWhereExceptionOccurred = MethodBase.GetCurrentMethod().Name });
            }
        }
BluRayTitleInfoForm