Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/24/09 14:38:15 (15 years ago)
Author:
aleitner
Message:

refactored AddClients with recursive calls of groups, refresh on clients only manual (#600)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.Console/3.2/HiveServerConsole.cs

    r1530 r1657  
    4242    public HiveServerConsole() {
    4343      InitializeComponent();
    44       tbIp.Text = WcfSettings.GetActiveIP();
     44      tbIp.Text = "10.20.53.1";
    4545      tbPort.Text = WcfSettings.GetDefaultPort().ToString();
    46      
     46      tbUserName.Text = "a";
     47      tbPwd.Text = "a";
    4748    }
    4849
Note: See TracChangeset for help on using the changeset viewer.