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