Esempio 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);
 }
Esempio n. 2
0
 public static void Main(string[] args)
 {
     //Generator.Gen(args);
     Generator3.Gen(args);
 }