コード例 #1
0
        private void mnuAcesso_Click(object sender, EventArgs e)
        {
            frmAcesso acesso = new frmAcesso();

            acesso.MdiParent = this;
            acesso.Show();
        }
        private void frmPrincipal_Load(object sender, EventArgs e)
        {
            //util suporte = new util();

            //suporte.lerArquivoAcessoBanco(@"C:\software\acesso.txt");

            frmAcesso acesso = new frmAcesso();

            acesso.MdiParent = this;
            acesso.Show();
        }