Exemplo n.º 1
0
 public void Test_String_WithPool()
 {
     Dio = DtzIoHelper.CreateWithStringPool();
     Dio.TestString("");
     Dio.TestString("This is a test string");
 }