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

HandleTextBoxMKVToolNixGUITrackNameTextChanged() private méthode

private HandleTextBoxMKVToolNixGUITrackNameTextChanged ( ) : void
Résultat void
        private void HandleTextBoxMKVToolNixGUITrackNameTextChanged()
        {
            if (_currentMKVMergeItem == null)
                return;
            _currentMKVMergeItem.TrackName = txtMKVToolNixGUITrackName.Text.Trim();
        }
BluRayTitleInfoForm