Ejemplo n.º 1
0
 public void AddBothDisplayEntity(DisplayEntity displayEntity)
 {
     this.AddDisplayEntity(displayEntity);
     this.helpPage.AddDisplayEntity(displayEntity);
 }
Ejemplo n.º 2
0
 public void AddDisplayEntity(DisplayEntity displayEntity)
 {
     displayEntity.Page = this;
     displayEntities.Add(displayEntity);
 }
Ejemplo n.º 3
0
 public void AddHelpDisplayEntity(DisplayEntity displayEntity)
 {
     this.helpPage.AddDisplayEntity(displayEntity);
 }