예제 #1
0
 public virtual Color BackgroundColorFor(Cell cell)
 {
     return(Color.White);
 }
예제 #2
0
 public virtual string ContentsOf(Cell cell)
 {
     return(" ");
 }