Exemple #1
0
 protected override void PrepareForAction()
 {
     base.PrepareForAction();
     if (stageComponent != null)
     {
         itemComponent = stageComponent.CreateItem(itemModel, itemPosition, placementNodeID, eventID);
         itemCreated   = (itemComponent != null);
     }
 }