Exemplo n.º 1
0
 public LinkNode(LayerCell hostedCell)
 {
     HostedCell = hostedCell;
 }
Exemplo n.º 2
0
 public CellNode(Layer layer, int row, int column)
 {
     HostedCell = new LayerCell(layer, row, column);
 }