Ejemplo n.º 1
0
 private void resultEntryToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (!FormBuilder.IsFormUnique(this, FormEnum.Interpretation))
     {
         var interpretation = new Interpretation();
         var InterpretationPresenter = new InterpretationPresenter(interpretation);
         interpretation.MdiParent = this;
         interpretation.Show();
     }
 }