This commit is contained in:
neuecc 2023-04-24 19:22:22 +09:00
parent 3f6cf71435
commit 32029974a4

View File

@ -23,13 +23,13 @@ unsafe
var handler = NativeMethods.create_counter_context(); //var handler = NativeMethods.create_counter_context();
handler->Insert(10); ////handler->Insert(10);
handler->Insert(20); ////handler->Insert(20);
handler->Insert(30); ////handler->Insert(30);
NativeMethods.destroy_counter_context(handler); //NativeMethods.destroy_counter_context(handler);