コード例 #1
0
 void SetTimeOnMessage(MessagePayload toInput)
 {
     toInput.SetLastTimeSent(systemTime.GetCurrentDate());
     toInput.IncreaseAmountSent();
 }