source:
branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/HeuristicLab.Calendar/3.3/CalendarStorage/iCalendarStorage.cs
@
5511
Last change on this file since 5511 was 4105, checked in by cneumuel, 14 years ago | |
---|---|
File size: 150 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | |
4 | namespace HeuristicLab.Calendar.DataStorage |
5 | { |
6 | public interface iCalendarStorage |
7 | { |
8 | } |
9 | } |
Note: See TracBrowser
for help on using the repository browser.