Esempio n. 1
0
        private void btnAllocateProblem_Click(object sender, EventArgs e)
        {
            frmAllocateProblem fAll = new frmAllocateProblem();

            fAll.ShowDialog();
        }
Esempio n. 2
0
        private void allocateProblemToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmAllocateProblem fAll = new frmAllocateProblem();

            fAll.ShowDialog();
        }