コード例 #1
0
 private async void SetTotalFollowed()
 {
     Globals.TotalFollowed = await AuthenticatedClient.GetTotalFollowed();
 }