Exemplo n.º 1
0
        private void GörüntüleToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Goruntule g2 = new Goruntule();

            g2.Show();
            this.Hide();
        }
Exemplo n.º 2
0
 private void EntryleriGoster()
 {
     _goruntule = new Goruntule(_sozlockDebe);
     webBrowser.DocumentText = _goruntule.Yazdir(0);
 }