Ejemplo n.º 1
0
 public bool AddPMP()
 {
     ppage = new DimRecPMPage(this);
     return true;
 }
Ejemplo n.º 2
0
 public bool RemovePMP()
 {
     ppage = null;
     return true;
 }
Ejemplo n.º 3
0
 public PMPHandler(DimensionRecorder addin, DimRecPMPage myPage)
 {
     this.dimensionRecorder = addin;
     this.iSwApp = (ISldWorks)dimensionRecorder.GetSldWorks();
     this.myPage = myPage;
 }