Parent Directory
|
Revision Log
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Text; |
5 | |
6 | namespace libxmltv.Core |
7 | { |
8 | public class XMLTV_CONSTANTS |
9 | { |
10 | public const string ROOT_ELEMENT = "tv"; |
11 | public const string CHANNEL_ELEMENT = "channel"; |
12 | public const string PROGRAM_ELEMENT = "programme"; |
13 | } |
14 | } |
15 |
ViewVC Help | |
Powered by ViewVC 1.1.22 |