コード例 #1
0
        public void ShowDialog()
        {
            vCarregaVersao();
            vIniciaThreadRegistro();
            frmFSplash formFSplash = new frmFSplash(m_strEnderecoExecutavel);

            InitializeFrmFSplash(ref formFSplash);
            formFSplash.ShowDialog();
            formFSplash = null;
        }
コード例 #2
0
 private void InitializeFrmFSplash(ref frmFSplash formFSplash)
 {
     formFSplash.eCallConfiguraPictureBox += new frmFSplash.delCallConfiguraPictureBox(ConfiguraImagemSplash);
     formFSplash.eCallShowRegistro        += new frmFSplash.delCallShowRegistro(ShowDialogRegistro);
     formFSplash.eCallDesenvolvimento     += new frmFSplash.delCallDesenvolvimento(bDesenvolvimento);
 }