Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/28/10 18:05:58 (14 years ago)
Author:
mkommend
Message:

adapted all HL3.3 views to use the AsynchronousContentView (ticket #953)

File:
1 edited

Legend:

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

    r3048 r3228  
    3131  [View("StringConvertibleMatrix View")]
    3232  [Content(typeof(IStringConvertibleMatrix), true)]
    33   public partial class StringConvertibleMatrixView : ContentView {
     33  public partial class StringConvertibleMatrixView : AsynchronousContentView {
    3434    public new IStringConvertibleMatrix Content {
    3535      get { return (IStringConvertibleMatrix)base.Content; }
Note: See TracChangeset for help on using the changeset viewer.