Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/16/15 21:33:53 (9 years ago)
Author:
abeham
Message:

#2477: merged r12971 to stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stable/HeuristicLab.Clients.OKB.Views/3.3/RunCreation/CreateFromExperimentMenuItem.cs

    r12009 r13195  
    2222using System;
    2323using System.Collections.Generic;
     24using HeuristicLab.Core;
    2425using HeuristicLab.MainForm;
    2526using HeuristicLab.Optimization;
     
    4546    public override void Execute() {
    4647      IContentView activeView = MainFormManager.MainForm.ActiveView as IContentView;
    47       MainFormManager.MainForm.ShowContent(activeView.Content, typeof(OKBExperimentUploadView));
     48      var view = new OKBExperimentUploadView();
     49      view.AddRuns((IItem)activeView.Content);
     50      view.Show();
    4851    }
    4952  }
Note: See TracChangeset for help on using the changeset viewer.