示例#1
0
        private void ingilizceTürkçeToolStripMenuItem_Click(object sender, EventArgs e)
        {
            sozluk2 b = new sozluk2();

            this.Hide();

            b.ShowDialog();
        }
示例#2
0
        private void sözlükToolStripMenuItem_Click(object sender, EventArgs e)
        {
            sozluk2 a = new sozluk2();

            this.Hide();

            a.ShowDialog();
        }