Changeset 7882 for branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting.Views/3.4/VRPImportDialog.cs
- Timestamp:
- 05/23/12 17:41:54 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting.Views/3.4/VRPImportDialog.cs
r7881 r7882 37 37 } 38 38 39 public VRPImportDialog( ) {39 public VRPImportDialog(string format) { 40 40 InitializeComponent(); 41 41 vrpFileName = string.Empty; 42 42 tourFileName = string.Empty; 43 Text += " in " + format + " Format"; 43 44 } 44 45
Note: See TracChangeset
for help on using the changeset viewer.