Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/17/10 04:25:22 (14 years ago)
Author:
swagner
Message:

Worked on OKB data model and services (#1174)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB/HeuristicLab.Clients.OKB-3.3/NamedEntityView.cs

    r4408 r4421  
    2323using System.ComponentModel;
    2424using System.Windows.Forms;
    25 using HeuristicLab.Clients.OKB.AdminService;
    2625using HeuristicLab.Core.Views;
    2726using HeuristicLab.MainForm;
     
    3130  [View("NamedEntoty View")]
    3231  [Content(typeof(INamedEntity), false)]
    33   public partial class NamedEntityView : EntityView {
     32  public partial class NamedEntityView : ItemView {
    3433    public new INamedEntity Content {
    3534      get { return (INamedEntity)base.Content; }
Note: See TracChangeset for help on using the changeset viewer.