Beispiel #1
0
        void СловарьToolStripMenuItemClick(object sender, EventArgs e)
        {
            VocabularyForm vform = new VocabularyForm();

            vform.MdiParent = this;
            vform.Show();
        }
Beispiel #2
0
        void ToolStripButton3Click(object sender, EventArgs e)
        {
            VocabularyForm vform = new VocabularyForm();

            vform.MdiParent = this;
            vform.Show();
        }