Created
January 29, 2024 11:06
-
-
Save bjoerntx/c4b0da184f7ecfd28fdc49eff2c7d031 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
var dotNetObject; | |
export function loadDocument(document, name) { | |
// load the document back into the editor (TXTextControl) | |
TXDocumentViewer.loadDocument(document, name); | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment