Example #1
0
 object ICloneable.Clone()
 {
     Shipzone b = new Shipzone();
     b.Map = this.Map;
     b.ProsmiseLocation = this.ProsmiseLocation;
     b.CathelayaLocation = this.CathelayaLocation;
     b.RegionCode = this.RegionCode;
     b.Regiontree = new Regiontree();
     b.Type = this.Type;
     return b;
 }
Example #2
0
        object ICloneable.Clone()
        {
            Shipzone b = new Shipzone();

            b.Map = this.Map;
            b.ProsmiseLocation  = this.ProsmiseLocation;
            b.CathelayaLocation = this.CathelayaLocation;
            b.RegionCode        = this.RegionCode;
            b.Regiontree        = new Regiontree();
            b.Type = this.Type;
            return(b);
        }