示例#1
0
        private void pictureBox4_Click(object sender, EventArgs e)
        {
            Cadastrar fca = new Cadastrar();

            fca.Show();
        }
示例#2
0
        private void adicionarNovoAssinanteToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Cadastrar open = new Cadastrar();

            open.Show();
        }