Exemplo n.º 1
0
        private void questionToolStripMenuItem_Click(object sender, EventArgs e)
        {
            RetroEntry re = new RetroEntry(RetroEntry.Type.Question);

            re.ShowDialog();
        }
Exemplo n.º 2
0
        private void goodToolStripMenuItem_Click(object sender, EventArgs e)
        {
            RetroEntry re = new RetroEntry(RetroEntry.Type.Good);

            re.ShowDialog();
        }