Exemplo n.º 1
0
 public WrappedGenerator3ServerDirectorNET(Generator3 <ParamType> generator)
 {
     if (generator == null)
     {
         throw new NullReferenceException("Generator must not be null");
     }
     this.generator    = generator;
     this.objectheapid = RRObjectHeap.AddObject(this);
 }
Exemplo n.º 2
0
 public static void Main(string[] args)
 {
     //Generator.Gen(args);
     Generator3.Gen(args);
 }