private void dictionaryToolStripMenuItem_Click(object sender, EventArgs e)
 {
     TranslationsForm tf = new TranslationsForm(controller);
     tf.Show();
 }
Esempio n. 2
0
        private void dictionaryToolStripMenuItem_Click(object sender, EventArgs e)
        {
            TranslationsForm tf = new TranslationsForm(controller);

            tf.Show();
        }