예제 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="MapLegendManager"/> class.
 /// </summary>
 /// <param name="rep">
 /// The rep.
 /// </param>
 public MapLegendManager(IMapLegendRepository rep)
 {
     this.repository = rep;
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="MapLegendManager"/> class.
 /// </summary>
 public MapLegendManager()
 {
     this.repository = new MapLegendRepository();
 }