Free cookie consent management tool by TermsFeed Policy Generator

Changeset 194


Ignore:
Timestamp:
04/25/08 14:55:38 (16 years ago)
Author:
abeham
Message:

moved type identification to default constructor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Data/ItemDictionaryView_T.cs

    r190 r194  
    3434      listView.Columns[0].Text = "Key";
    3535      listView.Columns[1].Text = "Value";
     36      valueTypeTextBox.Text = typeof(V).ToString();
     37      keyTypeTextBox.Text = typeof(K).ToString();
    3638    }
    3739
     
    3941      : this() {
    4042      ItemDictionary = dictionary;
    41       valueTypeTextBox.Text = typeof(V).ToString();
    42       keyTypeTextBox.Text = typeof(K).ToString();
    4343    }
    4444
Note: See TracChangeset for help on using the changeset viewer.