コード例 #1
0
ファイル: MainPage.xaml.cs プロジェクト: alex231330/android
 private async void GetAccountInfoAsync()
 {
     try
     {
         OperationResult result = await EndpointHelper.GetAccountInfo();
     }
     catch (Exception ex)
     {
         Debug.WriteLine(ex.Message);
     }
 }