Exemplo n.º 1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void updaTeBADomainInterfacesToolStripMenuItem_Click(object sender, EventArgs e)
 {
     BuCompLib.BuCompBuilder buCompBuilder = new BuCompLib.BuCompBuilder();
     buCompBuilder.UpdateChainPeptideInterfacesInBAs();
     //          buCompBuilder.CombineUpdateEntries();
     buCompBuilder.FindDomainInterfacesInBAs(true);
 }