Example #1
0
 /// <summary>
 /// Constructor
 /// </summary>
 public HlaObjectEventArgs()
 {
     ObjectInstance          = new HlaObject();
     RetractionHandle        = new MessageRetraction();
     SupplementalReflectInfo = new SupplementalReflectInfo();
     SupplementalRemoveInfo  = new SupplementalRemoveInfo();
 }
Example #2
0
 /// <summary>
 /// Constructor
 /// </summary>
 public HlaTimeManagementEventArgs()
 {
     RetractionHandle = new MessageRetraction();
 }
 /// <summary>
 /// Constructor
 /// </summary>
 public HlaInteractionEventArgs()
 {
     Interaction             = new HlaInteraction();
     RetractionHandle        = new MessageRetraction();
     SupplementalReceiveInfo = new SupplementalReceiveInfo();
 }