public void ShowSingleCellQi(CellInformation cl) { this.cell = cl; cell.ShowOutLine(); cell.DisPlayInfo(); cell.ShowSingleCellQi(); }
public void CellOnclik(CellInformation cl) { this.cell = cl; cell.ShowOutLine(); cell.DisPlayInfo(); }