Beispiel #1
0
        private void lblCadFunc_Click(object sender, EventArgs e)
        {
            CadFunc cad = new CadFunc();

            cad.MdiParent = this;

            cad.Show();
        }
Beispiel #2
0
        private void btnCadFunc_Click(object sender, EventArgs e)
        {
            CadFunc telaCadastroCli = new CadFunc();

            telaCadastroCli.Show();
        }