Ejemplo n.º 1
0
 public string Show()
 {
     if (!IsSet)
     {
         return(Position);
     }
     if (Lamp.CheckState())
     {
         return("O");
     }
     return("i");
 }