示例#1
0
        private void MetroTile2_Click(object sender, EventArgs e)
        {
            var VolunteerForm = new aVolunteer
            {
                Location = Location
            };

            VolunteerForm.Show();
            Hide();
        }
示例#2
0
        private void PictureBox1_Click(object sender, EventArgs e)
        {
            var VolunteerForm = new aVolunteer
            {
                Location = Location
            };

            VolunteerForm.Show();
            Hide();
        }