Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/16 18:38:45 (8 years ago)
Author:
gkronber
Message:

#1966: folder reorganization (only 4 classes left in .Views plugin)

File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/PackingPlan3DView.Designer.cs

    r13575 r13576  
    4848      this.itemSelection = new System.Windows.Forms.ListBox();
    4949      this.elementHost = new System.Windows.Forms.Integration.ElementHost();
    50       this.packingPlan3D = new HeuristicLab.Problems.BinPacking.Views.Shapes.Container3DView();
     50      this.packingPlan3D = new HeuristicLab.Problems.BinPacking.Views.Container3DView();
    5151      this.SuspendLayout();
    5252      //
     
    103103    private System.Windows.Forms.ListBox itemSelection;
    104104    private System.Windows.Forms.Integration.ElementHost elementHost;
    105     private Shapes.Container3DView packingPlan3D;
     105    private Container3DView packingPlan3D;
    106106  }
    107107}
Note: See TracChangeset for help on using the changeset viewer.