예제 #1
0
 public void AddBothDisplayEntity(DisplayEntity displayEntity)
 {
     this.AddDisplayEntity(displayEntity);
     this.helpPage.AddDisplayEntity(displayEntity);
 }
예제 #2
0
 public void AddDisplayEntity(DisplayEntity displayEntity)
 {
     displayEntity.Page = this;
     displayEntities.Add(displayEntity);
 }
예제 #3
0
 public void AddHelpDisplayEntity(DisplayEntity displayEntity)
 {
     this.helpPage.AddDisplayEntity(displayEntity);
 }