AuntieDot.UI.WinForms.Form1.btnGetCommendations_Click C# (CSharp) Method

btnGetCommendations_Click() private method

private btnGetCommendations_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private async void btnGetCommendations_Click(object sender, EventArgs e)
        {
            var commendations = await JsonConvert.DeserializeObjectAsync<Models._343.Commendations.CommendationsResponse>(await _dot.CallX343ApiAsync(_dot.ServicesList.ServiceList["GetCommendations"], txtGamertag.Text));
        }
        private async void btnGetCampaign_Click(object sender, EventArgs e)