Free cookie consent management tool by TermsFeed Policy Generator

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

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

implemented the basic hive client core component (#332)

File size: 497 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using HeuristicLab.PluginInfrastructure;
6using System.Diagnostics;
7
8namespace HeuristicLab.Hive.Client.Core {
9  [ClassInfo(Name = "Hive Client Core", Description = "Hive Client Core baseclass", AutoRestart = true)]
10  public class CoreApplication: ApplicationBase {
11    public override void Run() {
12      //EventLog logger = new EventLog(     
13      Console.WriteLine("awesome");
14    }
15  }
16}
Note: See TracBrowser for help on using the repository browser.