예제 #1
0
파일: SwAddin.cs 프로젝트: feisty2007/sldc-
 public Boolean RemovePMP()
 {
     ppage = null;
     return true;
 }
예제 #2
0
파일: SwAddin.cs 프로젝트: feisty2007/sldc-
 public Boolean AddPMP()
 {
     ppage = new UserPMPage(this);
     return true;
 }