コード例 #1
0
 public async Task LoadItem(long itemId)
 {
     Item = await service.FindItem(itemId);
 }