B
Brian Henry
If I have the interface like this
Interface IPluginAddin
Event Loaded()
Event UnLoaded()
End Interface
I have one class implementing the interface, which also will raise the
events... how in the world do i write an event handler in another class or
form for that event which is in the interface? thanks
Interface IPluginAddin
Event Loaded()
Event UnLoaded()
End Interface
I have one class implementing the interface, which also will raise the
events... how in the world do i write an event handler in another class or
form for that event which is in the interface? thanks