Ejemplo n.º 1
0
 /// <summary>
 /// Called by the framework when this element or any parent is added to a group that is in the stage.
 /// stage May be null if the element or any parent is no longer in a stage
 /// </summary>
 /// <param name="stage">Stage.</param>
 internal virtual void SetStage(Stage stage)
 {
     this.stage = stage;
 }