public CustomPanesCreator(PDFXEdit.IPXV_Inst vInst, Form1 frm) { Inst = vInst; m_frm = frm; }
public CustomViewCreator(PDFXEdit.IPXV_Inst vInst, string sID, Form1 frm) { Inst = vInst; m_sCustomPaneID = sID; m_frm = frm; }