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

SetGBMKVToolNixGUIEnabledStatus() private method

private SetGBMKVToolNixGUIEnabledStatus ( bool enabled ) : void
enabled bool
return void
        private void SetGBMKVToolNixGUIEnabledStatus(bool enabled)
        {
            gbMKVToolNixGUI.Enabled = enabled;
        }
BluRayTitleInfoForm