Example #1
0
 /// <summary>
 /// The remove pmp.
 /// </summary>
 /// <returns>
 /// The <see cref="bool"/>.
 /// </returns>
 public bool RemovePMP()
 {
     this.ppage = null;
     return(true);
 }
Example #2
0
 /// <summary>
 /// The add pmp.
 /// </summary>
 /// <returns>
 /// The <see cref="bool"/>.
 /// </returns>
 public bool AddPMP()
 {
     this.ppage = new UserPMPage(this);
     return(true);
 }