Exemplo n.º 1
0
 public static void RegisterCallback(int index, IntPtr function)
 {
     _CallbackManager.SetDelegate(index, function);
 }