コード例 #1
0
ファイル: WordsListScreen.cs プロジェクト: wesolada/Logopeda
 private string[] GetAllSentences()
 {
     DBRepository repository = new DBRepository();
     return repository.GetAllSentences().ToArray();
 }