Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/10/08 11:30:15 (15 years ago)
Author:
whackl
Message:

added wcf service to HiveClient (#397)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Console/HiveClientConsole.cs

    r911 r933  
    3131using System.Threading;
    3232using ZedGraph;
    33 using HeuristicLab.Hive.Client.Communication.ClientConsole;
     33using HeuristicLab.Hive.Client.Console.ClientWCFService;
    3434
    3535namespace HeuristicLab.Hive.Client.Console {
     
    4646      GetEventLog();
    4747
    48       ClientConsoleCommunicatorClient cccc = ServiceLocator.ClientConsoleCommunicatorClient();
    49       StatusCommons curClientStatus = cccc.GetStatusInfos();
     48      ClientConsoleCommunicatorClient cccc = new ClientConsoleCommunicatorClient();
     49      cccc.GetStatusInfos();
    5050    }
    5151
     
    111111      myPane.Legend.IsVisible = false;
    112112      myPane.Title.IsVisible = false;
     113      myPane.Fill.Type = FillType.None;
    113114
    114115      myPane.AddPieSlice(40, Color.Red, 0, "Jobs aborted");
Note: See TracChangeset for help on using the changeset viewer.