mirror of
https://github.com/Sarsoo/csbindgen.git
synced 2024-12-22 22:46:26 +00:00
do
This commit is contained in:
parent
3f6cf71435
commit
32029974a4
10
dotnet-sandbox/Program.cs
vendored
10
dotnet-sandbox/Program.cs
vendored
@ -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);
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user