Example #1
0
 public void ExecuteScript(string script)
 {
     if (!Created)
     {
         return;
     }
     Base.EvalScript(this, script);
 }