예제 #1
0
 private void frmOPALArray_Load(object sender, EventArgs e)
 {
     thresholdEntry.SetInitialValues(0.5, 0.5);
     ResetSettings();
     GridUtil.FormatGrid(dgQuantification);
     GridUtil.FormatGrid(dgNormalized);
 }
예제 #2
0
 private void frmPeptideArray_Load(object sender, EventArgs e)
 {
     ResetSettings();
     UpdateArrayInfo();
     GridUtil.FormatGrid(dgPeptides);
     GridUtil.FormatGrid(dgQuantification);
     GridUtil.FormatGrid(dgNormalized);
 }