Exemplo n.º 1
0
        private void wordsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            if (wordsForm == null)
                wordsForm = new EnterWordsForm(puzzle, this);

            wordsForm.Show();
        }
Exemplo n.º 2
0
        private void wordsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            if (wordsForm == null)
            {
                wordsForm = new EnterWordsForm(puzzle, this);
            }

            wordsForm.Show();
        }