コード例 #1
0
ファイル: RouteDesign.cs プロジェクト: EranGon/Lustig
 public RouteDesign(RouteInfo route, string type, BitmapImage image)
 {
     this.Route = route;
     this.Type = type;
     this.Image = image;
     Draw = false;
 }
コード例 #2
0
ファイル: RouteDesign.cs プロジェクト: EranGon/Lustig
 public RouteDesign()
 {
     Route = new RouteInfo();
     Draw = false;
 }