Changeset 16068 for branches/2839_HiveProjectManagement/HeuristicLab.Clients.Access.Administration/3.3/Views/UserListView.cs
- Timestamp:
- 08/07/18 17:10:14 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2839_HiveProjectManagement/HeuristicLab.Clients.Access.Administration/3.3/Views/UserListView.cs
r16057 r16068 29 29 [View("UserList View")] 30 30 [Content(typeof(IItemList<User>), true)] 31 public partial class UserListView : Item ListView<User> {31 public partial class UserListView : ItemCollectionView<User> { 32 32 public UserListView() { 33 33 InitializeComponent();
Note: See TracChangeset
for help on using the changeset viewer.