Exemplo n.º 1
0
        public void String_WithPool()
        {
            var dio = DtzIoHelper.CreateWithStringPool();

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