Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TransferVelocityMessage"/> class.
 /// </summary>
 public TransferVelocityMessage()
 {
     Input = new VelocityMessage();
     Output = new VelocityMessage();
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="TransferVelocityMessage"/> class.
 /// </summary>
 public TransferVelocityMessage()
 {
     Input  = new VelocityMessage();
     Output = new VelocityMessage();
 }