Beispiel #1
0
 public FsmBehaviorProfile(global::omg.org.RTC.FsmBehaviorProfile source)
 {
     _ActionComponent = new ReactiveRTM.RTC.FsmParticipantActionStub(source.action_component);
     _Id = source.id;
 }
Beispiel #2
0
 public FsmBehaviorProfile()
 {
     _ActionComponent = default(ReactiveRTM.RTC.FsmParticipantAction);
     _Id = string.Empty;
 }