예제 #1
0
파일: TopicType.cs 프로젝트: KIT-ISAS/iviz
 /// <summary> Setter constructor. </summary>
 public TopicType(TopicTypeRequest request)
 {
     Request  = request;
     Response = new TopicTypeResponse();
 }
예제 #2
0
파일: TopicType.cs 프로젝트: KIT-ISAS/iviz
 /// <summary> Empty constructor. </summary>
 public TopicType()
 {
     Request  = new TopicTypeRequest();
     Response = new TopicTypeResponse();
 }