Skip to content

Instantly share code, notes, and snippets.

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