BatchGuy.App.BluRayTitleInfoForm.SetGBMKVToolNixGUIEnabledStatus C# (CSharp) Méthode

SetGBMKVToolNixGUIEnabledStatus() private méthode

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