Skip to content

Instantly share code, notes, and snippets.

@cerkit
Created March 25, 2014 19:33
Show Gist options
  • Save cerkit/9769436 to your computer and use it in GitHub Desktop.
Save cerkit/9769436 to your computer and use it in GitHub Desktop.
private async void cmdGetFormats_Click(object sender, EventArgs e)
{
lbFormats.DataSource = (await _service.Get()).ToList();
lbFormats.DisplayMember = "Description";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment