Exemple #1
0
 public CellLinker(ICellUnderConstruction cell)
 {
     _cell = cell;
 }
Exemple #2
0
 public static CellLinker A(ICellUnderConstruction cell)
 {
     return(new CellLinker(cell));
 }