Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Calendar/3.3/Appointment/AppointmentSlot.cs @ 5457

Last change on this file since 5457 was 5457, checked in by ascheibe, 13 years ago

#1233

  • Added HiveCalendar Plugin Project
  • Started working on Administration UI Sketch
File size: 153 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Text;
4
5namespace HeuristicLab.Calendar
6{
7  public class AppointmentSlot
8  {
9  }
10}
Note: See TracBrowser for help on using the repository browser.