예제 #1
0
파일: Location.cs 프로젝트: koder05/progs
        private bool BuildingShapeValidate(ObjGeo geo, string shape)
        {
            if (geo.BuildingValidate(shape))
            {
                //this.Building = shape;
                return(true);
            }

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

            return false;
        }