private void labelDisplayUname_Click(object sender, EventArgs e) { ProfileForm profile = new ProfileForm(); profile.Show(); }
private void pictureBoxProfile_Click(object sender, EventArgs e) { ProfileForm profile = new ProfileForm(); profile.Show(); }