예제 #1
0
 /// <summary>
 /// Default ctor
 /// </summary>
 public PassiveJunctionWithState(IPassiveJunctionState junction)
 {
     this.junction = junction;
 }
 /// <summary>
 /// Default ctor
 /// </summary>
 public PassiveJunctionItem(IPassiveJunction entity, IPassiveJunctionState state, ItemContext context)
     : base(entity, context)
 {
 }