Exemplo n.º 1
0
        private void ProfileP2_Click(object sender, EventArgs e)
        {
            ProfileForm ProfileP2 = new ProfileForm(userdataP2);

            ProfileP2.Show();
        }
Exemplo n.º 2
0
        private void ProfileP1_Click(object sender, EventArgs e)
        {
            ProfileForm ProfileP1 = new ProfileForm(userdataP1);

            ProfileP1.Show();
        }