예제 #1
0
 private void cmiPaste_Click(object sender, EventArgs e)
 {
     GridUtil.PasteClipboard(dgQuantification);
     quantificationLoaded = true;
     ResetSettings();
     Run();
 }
예제 #2
0
 private void cmiPaste_Click(object sender, EventArgs e)
 {
     GridUtil.PasteClipboard(dgQuantification);
     quantificationLoaded  = true;
     dgPeptides.RowCount   = dgPeptides.ColumnCount = 0;
     dgNormalized.RowCount = dgNormalized.ColumnCount = 0;
     ResetSettings();
     Run();
 }