Ejemplo n.º 1
0
 public static LightableCell Vertical(int lightOnCode)
 {
     return(new LightableCell(lightOnCode, StaleCell.Off(), new StaleCell("|")));
 }
Ejemplo n.º 2
0
 public static LightableCell Horizontal(int lightOnCode)
 {
     return(new LightableCell(lightOnCode, StaleCell.Off(), new StaleCell("-")));
 }