Exemplo n.º 1
0
        public void SetCommonLogUpdateEventDelegate(CommonLog.UpdateEventDelegate callback)
        {
            int handlerNum = commonLogCallback.SetCommonLogUpdateEventCallback(callback);

            commonLogClass.CallStatic("nmg_commonLog_setCommonLogUpdateEventDelegate", handlerNum);
        }
Exemplo n.º 2
0
        public void SetCommonLogUpdateEventDelegate(CommonLog.UpdateEventDelegate callback)
        {
            int handlerNum = commonLogCallback.SetCommonLogUpdateEventCallback(callback);

            nmg_commonLog_setCommonLogUpdateEventDelegate(handlerNum);
        }