Beispiel #1
0
 protected void Reply(IUserToken token, byte module, ushort command, PResult result)
 {
     token.CALL_GENERIC_ACMD_REPLY(( ushort )result, command, module);
 }