Exemplo n.º 1
0
 /// <see cref="ICellDataModifier.ModifyData"/>
 public void ModifyData(ICell cell)
 {
     cell.ChangeBuildability(this.newValue);
 }