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