Beispiel #1
0
 protected static string HandleString(DxfHandle handle)
 {
     return(DxfCommonConverters.HandleString(handle));
 }
Beispiel #2
0
 public DxfXDataHandle(DxfHandle value)
 {
     Value = value;
 }