smita-kolhe
Results
1
comments of
smita-kolhe
Thanks for this, public void ProjectFinishedGenerating(Project project) { var it = new ProjectItemIterator(new[] { project }).GetEnumerator(); while (it.MoveNext()) { var item = it.Current; if (!string.IsNullOrEmpty(item.Name)) { if (item.Name.StartsWith("DR")) { //...