Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created November 27, 2018 17:37
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/3960e21950a6aa51932768140a641d1e to your computer and use it in GitHub Desktop.
Save bjoerntx/3960e21950a6aa51932768140a641d1e to your computer and use it in GitHub Desktop.
DataSourceManager dsManager = new DataSourceManager();
dsManager.LoadXmlFile("sample_db.xml");
TXTextControl.DocumentServer.Windows.Forms.EditDataRelationsDialog dlg =
new EditDataRelationsDialog(dsManager);
dlg.ShowDialog();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment