Ejemplo n.º 1
0
        public PlainstTreeStruct CreatePlainerType()
        {
            var cloned = new PlainstTreeStruct();

            cloned.Bools = Bools.CreatePlainerType();
            return(cloned);
        }
Ejemplo n.º 2
0
 public PlainMAIN()
 {
     _Hello_World = new PlainstTreeStruct();
 }
Ejemplo n.º 3
0
 protected PlainstTreeStruct CreatePlainerType(PlainstTreeStruct cloned)
 {
     cloned.Bools = Bools.CreatePlainerType();
     return(cloned);
 }