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