Example #1
0
 public void StoreInFile(string path)
 {
     //Create a crippled engine for this process
     var eng = new Engine {ExecutionProhibited = true};
     var ldr = new Loader(eng, this);
     ldr.StoreInFile(path);
 }