Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created June 29, 2022 09:57
Show Gist options
  • Save bjoerntx/37df8a1dbdad07838d0e46375430776c to your computer and use it in GitHub Desktop.
Save bjoerntx/37df8a1dbdad07838d0e46375430776c to your computer and use it in GitHub Desktop.
using (ServerTextControl? tx = serverTextControlFactory.CreateServerTextControl()) {
if (tx != null) {
tx.Text = "Test";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment