コード例 #1
0
ファイル: TDResultViewer.cs プロジェクト: TAPeri/WordsMatter
 public void addCell(TDResCell para_nwCell)
 {
     if(rowContent == null) { rowContent = new List<TDResCell>(); }
     rowContent.Add(para_nwCell);
 }
コード例 #2
0
ファイル: TDResultViewer.cs プロジェクト: TAPeri/WordsMatter
 public void addCell(TDResCell para_nwCell)
 {
     if(columnContent == null) { columnContent = new List<TDResCell>(); }
     columnContent.Add(para_nwCell);
 }