Exemplo n.º 1
0
        private void agendaDeGastosToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmFinanciasGastosJapanese fm = new frmFinanciasGastosJapanese();

            fm.Visible   = true;
            this.Visible = false;
        }
Exemplo n.º 2
0
        private void gastosFinancierosToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            frmFinanciasGastosJapanese fg = new frmFinanciasGastosJapanese();

            fg.Visible   = true;
            this.Visible = false;
        }