private void btnAllocateProblem_Click(object sender, EventArgs e)
        {
            frmAllocateProblem fAll = new frmAllocateProblem();

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

            fAll.ShowDialog();
        }