예제 #1
0
파일: DxfEntity.cs 프로젝트: zakb120/dxf
 protected static string HandleString(DxfHandle handle)
 {
     return(DxfCommonConverters.HandleString(handle));
 }
예제 #2
0
 public DxfXDataHandle(DxfHandle value)
 {
     Value = value;
 }