private void btnVendas_Click(object sender, EventArgs e) { Vendas abre = new Vendas(); abre.Show(); }