Пример #1
0
 public static void SetDependencyColor(string on, string of,string mapName)
 {
     RoadMap map = new RoadMap(mapName);
     map.SetDependenyColor(on, of);
 }