Пример #1
0
 internal static bool IsAuto(CellUnitTypes unitTypes)
 {
     return((unitTypes & CellUnitTypes.Auto) == CellUnitTypes.Auto);
 }
Пример #2
0
 internal static bool IsStar(CellUnitTypes unitTypes)
 {
     return((unitTypes & CellUnitTypes.Star) == CellUnitTypes.Star);
 }