Exemplo n.º 1
0
 public RouteDesign(RouteInfo route, string type, BitmapImage image)
 {
     this.Route = route;
     this.Type = type;
     this.Image = image;
     Draw = false;
 }
Exemplo n.º 2
0
 public RouteDesign()
 {
     Route = new RouteInfo();
     Draw = false;
 }