示例#1
0
        private void labelDisplayUname_Click(object sender, EventArgs e)
        {
            ProfileForm profile = new ProfileForm();

            profile.Show();
        }
示例#2
0
        private void pictureBoxProfile_Click(object sender, EventArgs e)
        {
            ProfileForm profile = new ProfileForm();

            profile.Show();
        }