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.Server.Console/3.2/CgCalendar.cs

    r3022 r3203  
    261261        appointments.Add(apdto);
    262262      }
    263       ServiceLocator.GetClientManager().SetUptimeCalendarForResource(ResourceId, appointments);     
     263      ServiceLocator.GetClientManager().SetUptimeCalendarForResource(ResourceId, appointments, cbx_forcePush.Checked);     
    264264    }
    265265
     
    282282      onlineTimes.Add(Appointment);
    283283    }
     284
     285    private void btnClearCal_Click(object sender, EventArgs e) {
     286      onlineTimes.Clear();
     287    }
    284288  }
    285289}
Note: See TracChangeset for help on using the changeset viewer.