示例#1
0
 protected override void RemoteProcedure()
 {
     CfxLoadHandlerRemoteClient.SetCallback(self, index, active);
 }
示例#2
0
 protected override void ExecuteInTargetProcess(RemoteConnection connection)
 {
     CfxLoadHandlerRemoteClient.SetCallback(self, index, active);
 }