Example #1
0
        private void metroTile5_Click_2(object sender, EventArgs e)
        {
            pictureBox4.Visible = true;
            this.Enabled        = false;
            Representatives r = new Representatives();

            r.Show();
            this.Hide();
        }
        private void metroLink1_Click(object sender, EventArgs e)
        {
            panel1.Parent       = pictureBox4;
            pictureBox4.Visible = true;
            this.Enabled        = false;
            Representatives r2 = new Representatives();

            r2.Show();
            this.Hide();
        }