コード例 #1
0
ファイル: ProfileViewVm.cs プロジェクト: BitArrow/CoffeeIn
 public async void LoadProfile()
 {
     Profile = await _coffeeService.GetProfile();
 }