Beispiel #1
0
 /// <summary>
 /// Send the next command to KMOD.
 /// </summary>
 public void PostCommand(K3pMsg msg, bool haveResultFlag)
 {
     Broker.PostTransactionCommand(this, msg, haveResultFlag);
 }