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