Пример #1
0
 public void AddPackage(ISPackage package, bool reusePackageIfExists = true)
 {
     package.AddToProject(this, reusePackageIfExists);
 }