示例#1
0
文件: CSharp.cs 项目: akostiv/pub
 public override void Compile(string text, string[] namespaces, Variable[] variables)
 {
     codeExecutor = new CSharpCodeExecutor(text, namespaces, variables, outputName);
 }