12345678910111213141516171819202122 |
-
- using JBIM.Common;
- using JBIM.Definition;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace JBIM.Component
- {
- [TypeDefiniton(TypeDefinition.VirtualWall)]
- public class VirtualWall : VisibleComponentObject
- {
- }
- }
|