Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created June 29, 2022 10:09
Show Gist options
  • Save bjoerntx/6348acd619d5a05489e8a08aee064527 to your computer and use it in GitHub Desktop.
Save bjoerntx/6348acd619d5a05489e8a08aee064527 to your computer and use it in GitHub Desktop.
Console.WriteLine("Number of instances: {0}", serverTextControlFactory.Count);
ServerTextControl tx = serverTextControlFactory.CreateServerTextControl();
Console.WriteLine("Number of instances: {0}", serverTextControlFactory.Count);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment