Exemplo n.º 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            anasayfa anasayfa = new anasayfa();

            anasayfa.Show();
            this.Hide();
        }
Exemplo n.º 2
0
        private void anasayfaToolStripMenuItem_Click(object sender, EventArgs e)
        {
            anasayfa giris = new anasayfa();

            giris.Show();
            this.Hide();
        }
Exemplo n.º 3
0
        private void girişToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            anasayfa ana = new anasayfa();

            ana.Show();
            this.Hide();
        }
Exemplo n.º 4
0
        private void button5_Click(object sender, EventArgs e)
        {
            textBox1.Clear();
            textBox8.Clear();
            maskedTextBox1.Clear();
            Sepet.totalPrice = 0;
            label5.Text      = " ";  label8.Text = " ";     label10.Text = " ";
            label14.Text     = ""; label18.Text = " ";    label19.Text = " ";
            label32.Text     = " "; label34.Text = " ";    label35.Text = " ";
            label43.Text     = " "; label49.Text = " ";    label52.Text = " ";
            label48.Text     = " "; label47.Text = " ";
            label23.Text     = " "; label37.Text = " ";
            label12.Text     = " "; label11.Text = " ";
            label25.Text     = " "; label26.Text = " ";
            label39.Text     = " "; label40.Text = " ";
            label51.Text     = " "; label53.Text = " ";

            Sepet.oteltoplam          = "0";
            Sepet.müzetoplam          = "0";
            Sepet.turtoplam           = "0";
            Sepet.restorantoplam      = "0";
            Sepet.ulaşımtoplam        = "0";
            Sepet.kisisayisi          = "0";
            Sepet.kisisayisimüze      = "0";
            Sepet.kisisayisirestoran  = "0";
            Sepet.kisisayisitur       = "0";
            Sepet.kisisayisiulaşım    = "0";
            Sepet.günlükfiyati        = "0";
            Sepet.günlükfiyatmüze     = "0";
            Sepet.günlükfiyatrestoran = "0";
            Sepet.günlükfiyattur      = "0";
            Sepet.fiyatulaşım         = "0";

            groupBox1.BackColor = Color.Silver;
            groupBox2.BackColor = Color.Silver;
            groupBox3.BackColor = Color.Silver;
            groupBox4.BackColor = Color.Silver;
            groupBox5.BackColor = Color.Silver;
            MessageBox.Show("Çıkış Yaptınız. Anasayfaya Dönünüz.");

            anasayfa a = new anasayfa();

            this.Hide();
            a.Show();
        }
Exemplo n.º 5
0
        private void AnasayfaToolStripMenuItem_Click(object sender, EventArgs e)
        {
            adminSehir.kisi = "0";
            anasayfa ana = new anasayfa();

            ana.Show();
            this.Hide();
            admingiris2.oteltoplami     = "0";
            admingiris2.kisi            = "0";
            admingiris2.restorankisi    = "0";
            admingiris2.restorantoplami = "0";
            admingiris2.muzetoplami     = "0";
            admingiris2.muzekisi        = "0";
            admingiris2.turtoplami      = "0";
            admingiris2.turkisi         = "0";
            admingiris2.ulasımkisi      = "0";
            admingiris2.ulasımtoplami   = "0";
        }
Exemplo n.º 6
0
        private void button1_Click(object sender, EventArgs e)
        {
            if (Atama.kategori == "Muze")
            {
                this.Hide();
                Muze muze = new Muze();
                muze.Show();
            }

            if (Atama.kategori == "Tur")
            {
                this.Hide();
                Tur tur = new Tur();
                tur.Show();
            }

            if (Atama.kategori == "Otel")
            {
                this.Hide();
                Otel otel = new Otel();
                otel.Show();
            }

            if (Atama.kategori == "Restoran")
            {
                this.Hide();
                Restoran rest = new Restoran();
                rest.Show();
            }

            if (Atama.kategori == "Odeme")
            {
                this.Hide();
                Odeme odeme = new Odeme();
                odeme.Show();
            }

            if (Atama.kategori == "Anasayfa")
            {
                this.Hide();
                anasayfa ana = new anasayfa();
                ana.Show();
            }
        }