Пример #1
0
 public static void RemoveMarker(Project aProject, int aIndex)
 {
     AddRollback(aProject);
     aProject.RemoveMarker(aIndex);
 }