BatchGuy.App.CreateEAC3ToBatchForm.BindDgvBluRayDiscInfoGrid C# (CSharp) Méthode

BindDgvBluRayDiscInfoGrid() private méthode

private BindDgvBluRayDiscInfoGrid ( ) : void
Résultat void
        private void BindDgvBluRayDiscInfoGrid()
        {
            bsBluRayDiscInfo.DataSource = _bindingListBluRayDiscInfo;
            bsBluRayDiscInfo.ResetBindings(false);
            _bindingListBluRayDiscInfo.AllowEdit = true;
        }
CreateEAC3ToBatchForm