Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/10/17 18:59:54 (7 years ago)
Author:
gkronber
Message:

#2801: renamed classes for import dialogs

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/DataAnalysisImportDialog.Designer.cs

    r15184 r15185  
    2121
    2222namespace HeuristicLab.Problems.Instances.DataAnalysis.Views {
    23   partial class DataAnalysisImportTypeDialog {
     23  partial class DataAnalysisImportDialog {
    2424    /// <summary>
    2525    /// Required designer variable.
     
    419419      this.PreviewDatasetMatrix.TabIndex = 0;
    420420      //
    421       // DataAnalysisImportTypeDialog
     421      // DataAnalysisImportDialog
    422422      //
    423423      this.AcceptButton = this.OkButton;
     
    434434      this.MaximizeBox = false;
    435435      this.MinimizeBox = false;
    436       this.Name = "DataAnalysisImportTypeDialog";
     436      this.Name = "DataAnalysisImportDialog";
    437437      this.ShowIcon = false;
    438438      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
Note: See TracChangeset for help on using the changeset viewer.