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