Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/07/11 09:57:12 (13 years ago)
Author:
svonolfe
Message:

Adapted PDP view to show the flows (#1177)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.4/VRPProblemInstanceView.cs

    r4374 r6715  
    6969    }
    7070
     71    protected virtual void pictureBox_MouseClick(object sender, System.Windows.Forms.MouseEventArgs e) {
     72    }
     73
    7174    protected abstract void DrawVisualization(Bitmap bitmap);
    7275
    73     private void GenerateImage() {
     76    protected void GenerateImage() {
    7477      if ((pictureBox.Width > 0) && (pictureBox.Height > 0)) {
    7578        if (Content == null) {
Note: See TracChangeset for help on using the changeset viewer.