private void gastosFinancierosToolStripMenuItem1_Click(object sender, EventArgs e) { frmFinanciasGastos fg = new frmFinanciasGastos(); fg.Visible = true; this.Visible = false; }
private void agendaDeGastosToolStripMenuItem_Click(object sender, EventArgs e) { frmFinanciasGastos fm = new frmFinanciasGastos(); fm.Visible = true; this.Visible = false; }