Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active November 3, 2020 15:27
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/dd0ed1f61bd35b7dcb6349946b9eb9df to your computer and use it in GitHub Desktop.
Save bjoerntx/dd0ed1f61bd35b7dcb6349946b9eb9df to your computer and use it in GitHub Desktop.
VersionedDocument _document;
public Form1() {
InitializeComponent();
_document = new VersionedDocument(textControl1, "test.pdf");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment