Exemple #1
0
 public override string GetTitle()
 {
     if (!PageField.op_Inequality(this.get_Body(), null) || this.get_Body().get_Page() == null)
     {
         return("No page selected");
     }
     return(this.get_Body().get_Page().get_Title());
 }