Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created January 2, 2024 15:30
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/a0a85d55e25398cf210a0d4db42dbb55 to your computer and use it in GitHub Desktop.
Save bjoerntx/a0a85d55e25398cf210a0d4db42dbb55 to your computer and use it in GitHub Desktop.
namespace MyClassLibrary
{
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