Пример #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();
        }