Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/15/10 23:49:54 (14 years ago)
Author:
swagner
Message:

Renamed classes of HeuristicLab.Data (#909)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Data.Views/3.3/StringConvertibleArrayView.Designer.cs

    r3047 r3048  
    2121
    2222namespace HeuristicLab.Data.Views {
    23   partial class StringConvertibleArrayDataView {
     23  partial class StringConvertibleArrayView {
    2424    /// <summary>
    2525    /// Required designer variable.
     
    9898      this.errorProvider.ContainerControl = this;
    9999      //
    100       // StringConvertibleArrayDataView
     100      // StringConvertibleArrayView
    101101      //
    102102      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     
    105105      this.Controls.Add(this.lengthTextBox);
    106106      this.Controls.Add(this.lengthLabel);
    107       this.Name = "StringConvertibleArrayDataView";
     107      this.Name = "StringConvertibleArrayView";
    108108      this.Size = new System.Drawing.Size(424, 404);
    109109      ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
Note: See TracChangeset for help on using the changeset viewer.