Changeset 10009 for trunk/sources/HeuristicLab.Problems.Instances.Views/3.3/ProblemInstanceProviderViewGeneric.cs
- Timestamp:
- 09/27/13 14:59:55 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.Views/3.3/ProblemInstanceProviderViewGeneric.cs
r10000 r10009 34 34 [View("ProblemInstanceProviderViewGeneric")] 35 35 [Content(typeof(IProblemInstanceProvider<>), IsDefaultView = true)] 36 public partial class ProblemInstanceProviderView Generic<T> : ProblemInstanceProviderView {36 public partial class ProblemInstanceProviderView<T> : ProblemInstanceProviderView { 37 37 38 38 public new IProblemInstanceProvider<T> Content { … … 64 64 #endregion 65 65 66 public ProblemInstanceProviderView Generic() {66 public ProblemInstanceProviderView() { 67 67 InitializeComponent(); 68 68 importButton.Text = String.Empty;
Note: See TracChangeset
for help on using the changeset viewer.