G
Guest
hello all:
I have a dll file with some functions and events.
The functions can be use by
[DllImport("Mydll.dll")] extern function_name();
But , how to use the event in dll, could you tell me ?
thanks.
jerry.
I have a dll file with some functions and events.
The functions can be use by
[DllImport("Mydll.dll")] extern function_name();
But , how to use the event in dll, could you tell me ?
thanks.
jerry.