Beispiel #1
0
 private void AddMember(Cell cell)
 {
     members.Add(cell);
     cell.SetAssociatedColumn(this);
 }