Ejemplo n.º 1
0
        private void HandleModelFunctionElement(XmlReader reader)
        {
            Debug.Assert(reader != null);

            ModelFunction function = new ModelFunction(this);

            function.Parse(reader);

            this.Functions.Add(function);
        }
Ejemplo n.º 2
0
        private void HandleModelFunctionElement(XmlReader reader)
        {
            Debug.Assert(reader != null);

            ModelFunction function = new ModelFunction(this);

            function.Parse(reader);

            this.Functions.Add(function);
        }