예제 #1
0
파일: CSharp.cs 프로젝트: akostiv/pub
 public override void Compile(string text, string[] namespaces, Variable[] variables)
 {
     codeExecutor = new CSharpCodeExecutor(text, namespaces, variables, outputName);
 }