コード例 #1
0
 public void Execute(string code)
 {
     CheckDisposed();
     Engine.Execute(code);
 }