예제 #1
0
파일: frmMain.cs 프로젝트: B-Rich/Compass
 private void tsbProteinTagQuant_Click(object sender, EventArgs e)
 {
     ProteinTagQuant.PTQ_Form protein_tag_quant = new ProteinTagQuant.PTQ_Form();
     protein_tag_quant.MdiParent = this;
     protein_tag_quant.Show();
 }
예제 #2
0
 private void tsbProteinTagQuant_Click(object sender, EventArgs e)
 {
     ProteinTagQuant.PTQ_Form protein_tag_quant = new ProteinTagQuant.PTQ_Form();
     protein_tag_quant.MdiParent = this;
     protein_tag_quant.Show();
 }