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