private void MetroTile2_Click(object sender, EventArgs e) { var VolunteerForm = new aVolunteer { Location = Location }; VolunteerForm.Show(); Hide(); }
private void PictureBox1_Click(object sender, EventArgs e) { var VolunteerForm = new aVolunteer { Location = Location }; VolunteerForm.Show(); Hide(); }