コード例 #1
0
ファイル: TestTools.cs プロジェクト: TheAIBot/Bioly
 public string ExecuteJS(JSProgram program)
 {
     return(ExecuteJS(program.ToString()));
 }