示例#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();
 }