Ejemplo n.º 1
0
 protected static long BoolLong(bool b)
 {
     return DxfCommonConverters.BoolLong(b);
 }
Ejemplo n.º 2
0
 protected static bool BoolLong(long l)
 {
     return DxfCommonConverters.BoolLong(l);
 }