Exemple #1
0
 protected static int BoolInt(bool b)
 {
     return(DxfCommonConverters.BoolInt(b));
 }
Exemple #2
0
 protected static bool BoolInt(int i)
 {
     return(DxfCommonConverters.BoolInt(i));
 }