Skip to content

Instantly share code, notes, and snippets.

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