Ejemplo n.º 1
0
        //========================================================================================
        // CompileSchemata()
        //========================================================================================

        /// <summary>
        /// Eventually invoked as a result of selecting the Compile context menu from a Browser node.
        /// </summary>
        /// <param name="node">The node selected.</param>

        public void CompileSchemata(SchemataNode node)
        {
            node.Compile(this);
        }