Changeset 194
- Timestamp:
- 04/25/08 14:55:38 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Data/ItemDictionaryView_T.cs
r190 r194 34 34 listView.Columns[0].Text = "Key"; 35 35 listView.Columns[1].Text = "Value"; 36 valueTypeTextBox.Text = typeof(V).ToString(); 37 keyTypeTextBox.Text = typeof(K).ToString(); 36 38 } 37 39 … … 39 41 : this() { 40 42 ItemDictionary = dictionary; 41 valueTypeTextBox.Text = typeof(V).ToString();42 keyTypeTextBox.Text = typeof(K).ToString();43 43 } 44 44
Note: See TracChangeset
for help on using the changeset viewer.