UsableParseAttribute.cs 498 B

12345678910111213141516171819
  1. /*-------------------------------------------------------------------------
  2. * 功能描述:UsableParseAttribute
  3. * 作者:xulisong
  4. * 创建时间: 2019/6/18 10:57:33
  5. * 版本号:v1.0
  6. * -------------------------------------------------------------------------*/
  7. using System;
  8. using System.Collections.Generic;
  9. using System.Linq;
  10. using System.Text;
  11. using System.Threading.Tasks;
  12. namespace RevitToJBim.ComponentParse
  13. {
  14. public class UsableParseAttribute : Attribute
  15. {
  16. }
  17. }