Exemplo n.º 1
0
 protected void NewRubricCreator(object sender, EventArgs e)
 {
     CreateRubricForm newRubric = new CreateRubricForm();
     // Set the Parent Form of the Child window.
        // newMDIChild.MdiParent = this;
     // Display the new form.
     newRubric.Show();
 }