コード例 #1
0
ファイル: Sentence.cs プロジェクト: jawn/Storyteller
 public void AddCell(Cell cell)
 {
     _cells.Add(cell);
 }