Ejemplo n.º 1
0
 public CustomPanesCreator(PDFXEdit.IPXV_Inst vInst, Form1 frm)
 {
     Inst  = vInst;
     m_frm = frm;
 }
Ejemplo n.º 2
0
 public CustomViewCreator(PDFXEdit.IPXV_Inst vInst, string sID, Form1 frm)
 {
     Inst            = vInst;
     m_sCustomPaneID = sID;
     m_frm           = frm;
 }