public void ShowDialog() { mdlPaletaDeCores.clsPaletaDeCores controlPaletaDeCores = new mdlPaletaDeCores.clsPaletaDeCores(m_strEnderecoExecutavel + "sisco.ini", "SiscobrasCorSecundaria"); m_formFPDF = new frmFPDF(controlPaletaDeCores.retornaCorAtual()); vInitializeEvents(ref m_formFPDF); m_formFPDF.ShowDialog(); }
private void vInitializeEvents(ref frmFPDF formFPDF) { //Carrega os Documentos disponíveis formFPDF.eCallCarregaDocumentos += new frmFPDF.delCallCarregaDocumentos(vRefreshDocumentos); //Carrega o index da imagem do Relatorio formFPDF.eCallCarregaIndexImagemRelatorio += new mdlPEInfo.frmFPDF.delCallCarregaIndexImagemRelatorio(nRetornaIndexImagemRelatorio); // Salvar PDF formFPDF.eCallSalvarPDF += new mdlPEInfo.frmFPDF.delCallSalvarPDF(bGerarPDF); }