コード例 #1
0
ファイル: turking.cs プロジェクト: neozdemir/dictionary
        private void ingilizceTürkçeToolStripMenuItem_Click(object sender, EventArgs e)
        {
            sozluk2 b = new sozluk2();

            this.Hide();

            b.ShowDialog();
        }
コード例 #2
0
ファイル: ekle2.cs プロジェクト: neozdemir/dictionary
        private void sözlükToolStripMenuItem_Click(object sender, EventArgs e)
        {
            sozluk2 a = new sozluk2();

            this.Hide();

            a.ShowDialog();
        }
コード例 #3
0
ファイル: turking.cs プロジェクト: neozdemir/dictionary
        private void kapatToolStripMenuItem_Click(object sender, EventArgs e)
        {
            sozluk2 a = new sozluk2();

            this.Close();
        }