BatchGuy.App.CreateEAC3ToBatchForm.BindDgvBluRayDiscInfoGrid C# (CSharp) Method

BindDgvBluRayDiscInfoGrid() private method

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