예제 #1
0
파일: seems.cs 프로젝트: pombredanne/BICEPS
 private void manualEditToolStripMenuItem_Click( object sender, EventArgs e )
 {
     AnnotationEditForm annotationEditForm = new AnnotationEditForm( CurrentGraphForm );
     annotationEditForm.ShowDialog( this );
 }
예제 #2
0
파일: seems.cs 프로젝트: tomas-pluskal/pwiz
        private void manualEditToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AnnotationEditForm annotationEditForm = new AnnotationEditForm(CurrentGraphForm);

            annotationEditForm.ShowDialog(this);
        }