Esempio n. 1
0
 public Boolean RemovePMP()
 {
     ppage           = null;
     btnManifoldPage = null;
     return(true);
 }
Esempio n. 2
0
 /// <summary>
 /// 添加属性管理页
 /// </summary>
 /// <returns></returns>
 public Boolean AddPMP()
 {
     btnManifoldPage = new BtnManifoldPage(this);
     ppage           = new UserPMPage(this);
     return(true);
 }