Ejemplo n.º 1
0
        public async void getUser()
        {
            try
            {
                var status = await tokens.Users.ShowAsync(id => this.UserId);

                data.userinfo(status, this.UserInfos);
            }
            catch (Exception ex)
            {
                this.UserInfos.Text = ex.Message;
            }
        }