Beispiel #1
0
 /// <summary> 
 /// Copy constructor.
 /// </summary>
 /// <param name="otherServiceGroup">the service group object to copy
 /// </param>
 public ServiceGroup(ServiceGroup otherServiceGroup)
 {
     val = otherServiceGroup.val;
 }
Beispiel #2
0
 /// <summary>
 /// Copy constructor.
 /// </summary>
 /// <param name="otherServiceGroup">the service group object to copy
 /// </param>
 public ServiceGroup(ServiceGroup otherServiceGroup)
 {
     val = otherServiceGroup.val;
 }