Esempio n. 1
0
 static extern void Noesis_SetCursorCallback(NoesisUpdateCursorCallback callback);
Esempio n. 2
0
 static void Noesis_SetUpdateCursorCallback_(NoesisUpdateCursorCallback callback)
 {
     Noesis_SetUpdateCursorCallback(callback);
     Error.Check();
 }