Ejemplo n.º 1
0
        private void pictureBox4_Click(object sender, EventArgs e)
        {
            Cadastrar fca = new Cadastrar();

            fca.Show();
        }
Ejemplo n.º 2
0
        private void adicionarNovoAssinanteToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Cadastrar open = new Cadastrar();

            open.Show();
        }