示例#1
0
 public virtual void CellAdd(CellBase cell)
 {
     cell.selected = true;
     cell.SelectedChanged();
     selected.Add(cell);
 }