예제 #1
0
        private async void PostCommentsAsync()
        {
            residents = await database_API.GetResidentsAsync();

            comment             = ProcessCommentsWithNameAsync(comment);
            comment.CommentTime = DateTime.Now.ToString("dd MMMM yyyy HH:mm");
            database_API.postNewCommentsAsync(comment);
        }