コード例 #1
0
ファイル: PuntenVM.cs プロジェクト: stijnvanhulle/BobApp
 private async void GetPoints()
 {
     this.Points = await PointRepository.GetPoints();
 }