Exemplo n.º 1
0
        private void TrafalgarSquare_Click(object sender, EventArgs e)
        {
            attractionName = "trafalgarSquare";
            Informatii informatii = new Informatii(attractionName);

            informatii.Show();
        }
Exemplo n.º 2
0
        private void VictoriaMemorial_Click(object sender, EventArgs e)
        {
            attractionName = "victoriaMemorial";
            Informatii informatii = new Informatii(attractionName);

            informatii.Show();
        }
Exemplo n.º 3
0
        private void BuckinghamPalace_Click(object sender, EventArgs e)
        {
            attractionName = "buckinghamPalace";
            Informatii informatii = new Informatii(attractionName);

            informatii.Show();
        }
Exemplo n.º 4
0
        private void LondonEye_Click(object sender, EventArgs e)
        {
            attractionName = "londonEye";
            Informatii informatii = new Informatii(attractionName);

            informatii.Show();
        }
Exemplo n.º 5
0
        private void WestminsterPalace_Click(object sender, EventArgs e)
        {
            attractionName = "westminsterPalace";
            Informatii informatii = new Informatii(attractionName);

            informatii.Show();
        }
Exemplo n.º 6
0
        private void BritishMuseum_Click(object sender, EventArgs e)
        {
            attractionName = "britishMuseum";
            Informatii informatii = new Informatii(attractionName);

            informatii.Show();
        }
Exemplo n.º 7
0
        private void NationalGallery_Click(object sender, EventArgs e)
        {
            attractionName = "nationalGallery";
            Informatii informatii = new Informatii(attractionName);

            informatii.Show();
        }
Exemplo n.º 8
0
        private void CoventGarden_Click(object sender, EventArgs e)
        {
            attractionName = "coventGarden";
            Informatii informatii = new Informatii(attractionName);

            informatii.Show();
        }
Exemplo n.º 9
0
        private void Cathedral_Click(object sender, EventArgs e)
        {
            attractionName = "cathedral";
            Informatii informatii = new Informatii(attractionName);

            informatii.Show();
        }
Exemplo n.º 10
0
        private void TowerBridge_Click(object sender, EventArgs e)
        {
            attractionName = "towerBridge";
            Informatii informatii = new Informatii(attractionName);

            informatii.Show();
        }
Exemplo n.º 11
0
        private void PicadillyCircus_Click(object sender, EventArgs e)
        {
            attractionName = "picadillyCircus";
            Informatii informatii = new Informatii(attractionName);

            informatii.Show();
        }
Exemplo n.º 12
0
        private void TheShard_Click(object sender, EventArgs e)
        {
            attractionName = "theShard";
            Informatii informatii = new Informatii(attractionName);

            informatii.Show();
        }
Exemplo n.º 13
0
        private void GlobeTheater_Click(object sender, EventArgs e)
        {
            attractionName = "globeTheater";
            Informatii informatii = new Informatii(attractionName);

            informatii.Show();
        }
Exemplo n.º 14
0
        private void Observatory_Click(object sender, EventArgs e)
        {
            attractionName = "observatory";
            Informatii informatii = new Informatii(attractionName);

            informatii.Show();
        }
Exemplo n.º 15
0
        private void MadameTussauds_Click(object sender, EventArgs e)
        {
            attractionName = "madameTussauds";
            Informatii informatii = new Informatii(attractionName);

            informatii.Show();
        }
Exemplo n.º 16
0
        private void HmsBelfast_Click(object sender, EventArgs e)
        {
            attractionName = "hmsBelfast";
            Informatii informatii = new Informatii(attractionName);

            informatii.Show();
        }