Exemplo n.º 1
0
 public DiagramCell(DiagramCellType type, char letter)
 {
     Type   = type;
     Letter = letter;
 }
Exemplo n.º 2
0
 public DiagramCell(DiagramCellType type)
     : this(type, default)
 {
 }