コード例 #1
0
        /// <summary>
        ///     Also removes the req refs to that paragraph
        /// </summary>
        public override void Delete()
        {
            RemoveReqRef remover = new RemoveReqRef(this);

            foreach (Dictionary dictionary in EFSSystem.Dictionaries)
            {
                remover.visit(dictionary, true);
            }

            base.Delete();
        }
コード例 #2
0
        /// <summary>
        ///     Also removes the req refs to that paragraph
        /// </summary>
        public override void Delete()
        {
            RemoveReqRef remover = new RemoveReqRef(this);
            foreach (Dictionary dictionary in EFSSystem.Dictionaries)
            {
                remover.visit(dictionary, true);
            }

            base.Delete();
        }