Ejemplo n.º 1
0
        private bool BuildingShapeValidate(ObjGeo geo, string shape)
        {
            if (geo.BuildingValidate(shape))
            {
                //this.Building = shape;
                return(true);
            }

            return(false);
        }
Ejemplo n.º 2
0
        private bool BuildingShapeValidate(ObjGeo geo, string shape)
        {
            if (geo.BuildingValidate(shape))
            {
                //this.Building = shape;
                return true;
            }

            return false;
        }