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