Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/29/13 12:09:29 (11 years ago)
Author:
ascheibe
Message:

#2031 adapted views to new help system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/ChartAnalysisView.cs

    r9911 r9917  
    3434
    3535namespace HeuristicLab.Analysis.Statistics {
    36   [View("Chart Analysis")]
     36  [View("Chart Analysis", "HeuristicLab.Analysis.Statistics.InfoResources.ChartAnalysisInfo.rtf")]
    3737  [Content(typeof(RunCollection), false)]
    3838  public sealed partial class ChartAnalysisView : ItemView {
     
    310310      }
    311311    }
    312 
    313     private void infoLabel_DoubleClick(object sender, EventArgs e) {
    314       using (InfoBox dialog = new InfoBox("Description of Chart Analysis", typeof(StatisticalTestingView).Namespace + ".InfoResources.ChartAnalysisInfo.rtf")) {
    315         dialog.ShowDialog(this);
    316       }
    317     }
    318312  }
    319313}
Note: See TracChangeset for help on using the changeset viewer.