示例#1
0
 ///
 /// <summary>
 /// Removes a project along with it's TabPage.
 /// </summary>
 /// <param name="_strProName">Name of the project</param>
 private void removeProject(string strProName)
 {
     _proInter.removeProject(strProName);
     enableTargetButtons();
     enableProButtons();
 }