Exemplo n.º 1
0
        private void BtnSonraki_Click(object sender, EventArgs e)
        {
            if (tscEntryListesi.SelectedIndex == tscEntryListesi.Items.Count - 1)
            {
                tscEntryListesi.SelectedIndex = tscEntryListesi.Items.Count - 2;
            }

            webBrowser.DocumentText        = _goruntule.Yazdir(tscEntryListesi.SelectedIndex + 1);
            tscEntryListesi.SelectedIndex += 1;
        }
Exemplo n.º 2
0
 private void EntryleriGoster()
 {
     _goruntule = new Goruntule(_sozlockDebe);
     webBrowser.DocumentText = _goruntule.Yazdir(0);
 }