//ABRE A TELA DE EXCLUSÃO DE CADASTROS private void button2_Click(object sender, EventArgs e) { Excluir_Medicamento mostrar = new Excluir_Medicamento(); mostrar.Show(); }
private void button8_Click(object sender, EventArgs e) { Excluir_Medicamento abrir = new Excluir_Medicamento(); abrir.Show(); }