Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created January 29, 2024 11:06
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/c4b0da184f7ecfd28fdc49eff2c7d031 to your computer and use it in GitHub Desktop.
Save bjoerntx/c4b0da184f7ecfd28fdc49eff2c7d031 to your computer and use it in GitHub Desktop.
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