public bool AddPMP() { ppage = new DimRecPMPage(this); return true; }
public bool RemovePMP() { ppage = null; return true; }
public PMPHandler(DimensionRecorder addin, DimRecPMPage myPage) { this.dimensionRecorder = addin; this.iSwApp = (ISldWorks)dimensionRecorder.GetSldWorks(); this.myPage = myPage; }