Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created December 13, 2018 21: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 bjoerntx/6a84a2028b9f9ef2f6572064caf1e323 to your computer and use it in GitHub Desktop.
Save bjoerntx/6a84a2028b9f9ef2f6572064caf1e323 to your computer and use it in GitHub Desktop.
private void Form1_Load(object sender, EventArgs e)
{
textControl1.UserNames = new string[] { "developer@textcontrol.com", "qa@textcontrol.com" };
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment