|
IZOGIWidget
An object that implements IZOGIWidget can receive RPC calls via the ReceiveRPCCall method provided by the ZOGIWidget extension class. public interface IZOGIWidget
{
void ReceiveRPCCall(RPCEventArgs args);
}
|
Sign in to add a comment