Exemplo n.º 1
0
 /// <summary>
 /// This method checks to see if the block is flashing.
 /// </summary>
 /// <returns>A boolean indicating whether or not the block is flashing.</returns>
 public bool IsFlashing()
 {
     return(iBlockType.IsFlashing());
 }