Example #1
0
 public void PrintTo(ISourceInfoCell presentationCell)
 {
     presentationCell.ShowBlock(Name, StartOffset, EndOffset, Length);
     if (DataBlock != null)
     {
         DataBlock.PrintTo(presentationCell);
     }
 }
Example #2
0
 public void PrintTo(ISourceInfoCell presentationCell)
 {
     presentationCell.ShowBlock("Detector Unknown");
 }