Пример #1
0
        public void RemoveAllConstraints()
        {
            foreach (var cv in ChildViews.ToList())
            {
                this.RemoveView(cv);
                cv.Dispose();
            }

            this.fluentEngine.RemoveAllConstraints();
        }