Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created November 3, 2020 15:35
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/2d46fb781f9be6f76e904147829dc321 to your computer and use it in GitHub Desktop.
Save bjoerntx/2d46fb781f9be6f76e904147829dc321 to your computer and use it in GitHub Desktop.
private void cbAttachments_SelectedIndexChanged(object sender, EventArgs e) {
if (cbAttachments.SelectedIndex != -1)
_document.Attachments[cbAttachments.SelectedIndex].Load(textControl2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment