示例#1
0
文件: Lines.cs 项目: busterwood/ucg
        public override void Execute(XElement model, Context ctx)
        {
            var scriptPath = ExpandVars(_quoted, model, ctx);

            Scripts.Run(scriptPath, model, ctx);
        }