Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DeploymentServer Prototype/HeuristicLab.Services/HeuristicLab.DeploymentService.AdminClient/IUserInterfaceItemProvider.cs @ 3015

Last change on this file since 3015 was 2802, checked in by gkronber, 14 years ago

Worked on administration front-end for deployment service. #860 (Deployment server for plugin installation from web locations)

File size: 201 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6namespace HeuristicLab.DeploymentService.AdminClient {
7  interface IUserInterfaceItemProvider {
8  }
9}
Note: See TracBrowser for help on using the repository browser.