Exemple #1
0
        public void SetTableObjectPath()
        {
            var path = selectFormulaUsablePath(isValidTableObject, AppConstants.Captions.TableObjectPath);

            if (path == null)
            {
                return;
            }

            AddCommand(_moBiFormulaTask.ChangeTableObject(_formula, path, BuildingBlock));
            bindToView();
        }