Exemplo n.º 1
0
        void ekranaYaz()
        {
            Goruntule.Text = "";
            if (kontrol1 == true)
            {
                if (pas == 0)
                {
                    timer1.Enabled = false;
                    message.BilgiMesaj("Tebrikler bütün soruları cevapladınız.");


                    skrkydt.PuanYaz(skrkydt.puanhesapla(dogru, saniye), dogru, yanlis, pas);///skrkaydet clasına prametre olarak skor clasından kalıtım olarak aldığımız fonk değeri döndürülür
                    this.Close();
                    son.Show();
                }
                else
                {
                    x = ikinciDongu[s];
                    s++;
                }
            }
            if (x <= 27)
            {
                Goruntule.Text = AsSoru.Asil.Sorular[x];
            }
        }
Exemplo n.º 2
0
        private void Button1_Click(object sender, EventArgs e)
        {
            Form skor = new SkorTablosu();

            skor.Show();
            this.Hide();
        }