Exemplo n.º 1
0
        protected override bool ApplyChanges()
        {
            if (!_feature.ApplyChanges())
            {
                return false;
            }

            this.ClearChanges();
            return true;
        }
Exemplo n.º 2
0
        protected override bool ApplyChanges()
        {
            if (!_feature.ApplyChanges())
            {
                return(false);
            }

            ClearChanges();
            return(true);
        }