Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created June 29, 2022 09:48
Show Gist options
  • Save bjoerntx/68f05ac0940b69719294506f840dafeb to your computer and use it in GitHub Desktop.
Save bjoerntx/68f05ac0940b69719294506f840dafeb to your computer and use it in GitHub Desktop.
using (ServerTextControl serverTextControl = new ServerTextControl()) {
if (serverTextControl.Create() == true) {
// ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment