Exemplo n.º 1
0
 public void ShowSingleCellQi(CellInformation cl)
 {
     this.cell = cl;
     cell.ShowOutLine();
     cell.DisPlayInfo();
     cell.ShowSingleCellQi();
 }
Exemplo n.º 2
0
 public void CellOnclik(CellInformation cl)
 {
     this.cell = cl;
     cell.ShowOutLine();
     cell.DisPlayInfo();
 }