public void ShowDialog() { vCarregaVersao(); vIniciaThreadRegistro(); frmFSplash formFSplash = new frmFSplash(m_strEnderecoExecutavel); InitializeFrmFSplash(ref formFSplash); formFSplash.ShowDialog(); formFSplash = null; }
private void InitializeFrmFSplash(ref frmFSplash formFSplash) { formFSplash.eCallConfiguraPictureBox += new frmFSplash.delCallConfiguraPictureBox(ConfiguraImagemSplash); formFSplash.eCallShowRegistro += new frmFSplash.delCallShowRegistro(ShowDialogRegistro); formFSplash.eCallDesenvolvimento += new frmFSplash.delCallDesenvolvimento(bDesenvolvimento); }