Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created January 9, 2024 20:03
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/f904d582f8427c339ba1f4da158d4d9c to your computer and use it in GitHub Desktop.
Save bjoerntx/f904d582f8427c339ba1f4da158d4d9c to your computer and use it in GitHub Desktop.
namespace MyWrapper
{
public class Class1
{
public Class1()
{
TXTextControl.ServerTextControl.EntryAssembly = typeof(Class1).Assembly;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment