Skip to content

Instantly share code, notes, and snippets.

@jbartlau
Last active December 21, 2017 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbartlau/0b98ab01e5914a39c5318941773afcf2 to your computer and use it in GitHub Desktop.
Save jbartlau/0b98ab01e5914a39c5318941773afcf2 to your computer and use it in GitHub Desktop.
Fastest Way to Setup List & Label in .NET
using (ListLabel LL = new ListLabel())
{
LL.DataSource = myDataProvider;
LL.Design();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment