Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Client.Core/Core.cs @ 733

Last change on this file since 733 was 714, checked in by kgrading, 16 years ago

implemented the basic hive client core component (#332)

File size: 169 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6namespace HeuristicLab.Hive.Client.Core {
7  public class Core {
8  }
9}
Note: See TracBrowser for help on using the repository browser.