Exemplo n.º 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            this.Visible = false;
            CreditList cl = new CreditList(this);

            cl.Visible = true;
        }
Exemplo n.º 2
0
        private void pictureBox3_Click(object sender, EventArgs e)
        {
            this.Visible = false;
            CreditList cr = new CreditList(this, 0);

            cr.Visible = true;
        }