private void pictureBox4_Click(object sender, EventArgs e) { Cadastrar fca = new Cadastrar(); fca.Show(); }
private void adicionarNovoAssinanteToolStripMenuItem_Click(object sender, EventArgs e) { Cadastrar open = new Cadastrar(); open.Show(); }