Exemplo n.º 1
0
 public void SetCurrentStoryItem(StoryItemBase item)
 {
     CurrentItem = item;
     CurrentItem.Activate(this);
 }