Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/28/10 18:05:58 (15 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/StringConvertibleValueView.cs

    r3048 r3228  
    2929  [View("StringConvertibleValue View")]
    3030  [Content(typeof(IStringConvertibleValue), true)]
    31   public partial class StringConvertibleValueView : ContentView {
     31  public partial class StringConvertibleValueView : AsynchronousContentView {
    3232    public new IStringConvertibleValue Content {
    3333      get { return (IStringConvertibleValue)base.Content; }
Note: See TracChangeset for help on using the changeset viewer.