Parent Directory
|
Revision Log
1 | william | 105 | using System; |
2 | using System.Collections.Generic; | ||
3 | using System.Linq; | ||
4 | using System.Text; | ||
5 | using libxmltv.Interfaces; | ||
6 | |||
7 | namespace libxmltv.Core | ||
8 | { | ||
9 | internal class ExtraMetaData : IExtraMetaData | ||
10 | { | ||
11 | #region IExtraMetaData memebers | ||
12 | #endregion | ||
13 | } | ||
14 | } |
ViewVC Help | |
Powered by ViewVC 1.1.22 |