Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/23/10 10:50:26 (14 years ago)
Author:
kgrading
Message:

implemented the server on the client, using push & force push, added refresh buttons, added auto calender methods that traverse the tree... (#908)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Core/3.2/ClientConsoleService/ClientConsoleCommunicator.cs

    r2009 r3203  
    3636
    3737    public void SetUptimeCalendar(List<Appointment> appointments) {
    38       UptimeManager.Instance.Appointments = appointments;
     38      UptimeManager.Instance.SetAppointments(true, false, appointments);
    3939    }
    4040
    4141    public List<Appointment> GetUptimeCalendar() {
    42       return UptimeManager.Instance.Appointments;
     42      return UptimeManager.Instance.AppContainer.Appointments;
    4343    }
    4444
Note: See TracChangeset for help on using the changeset viewer.