From 32029974a444405d17a3fdf9fa1c102a73528f68 Mon Sep 17 00:00:00 2001 From: neuecc Date: Mon, 24 Apr 2023 19:22:22 +0900 Subject: [PATCH] do --- dotnet-sandbox/Program.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dotnet-sandbox/Program.cs b/dotnet-sandbox/Program.cs index 4964e4e..47064c3 100644 --- a/dotnet-sandbox/Program.cs +++ b/dotnet-sandbox/Program.cs @@ -23,13 +23,13 @@ unsafe - var handler = NativeMethods.create_counter_context(); + //var handler = NativeMethods.create_counter_context(); - handler->Insert(10); - handler->Insert(20); - handler->Insert(30); + ////handler->Insert(10); + ////handler->Insert(20); + ////handler->Insert(30); - NativeMethods.destroy_counter_context(handler); + //NativeMethods.destroy_counter_context(handler);