Last active
November 3, 2020 15:27
-
-
Save bjoerntx/dd0ed1f61bd35b7dcb6349946b9eb9df to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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