Пример #1
0
        protected override object OnCalc(IList <object> operands, object[] args)
        {
            string file = operands[0] as string;

            ScriptProcessor.BeginReplace(file);
            return(0);
        }
Пример #2
0
        protected override CalculatorValue OnCalc(IList <CalculatorValue> operands)
        {
            string file = operands[0].AsString;

            ScriptProcessor.BeginReplace(file);
            return(0);
        }