Example #1
0
        private void button3_Click(object sender, EventArgs e)
        {
            gastos g = new gastos();

            g.MdiParent = this.MdiParent;
            g.Show();
        }
Example #2
0
        private void button6_Click(object sender, EventArgs e)
        {
            gastos g = new gastos();

            g.Show();
        }