Parent Directory
|
Revision Log
|
Patch
--- trunk/libxmltv/Core/XMLTV_CONSTANTS.cs 2013/03/07 11:58:34 26 +++ trunk/libxmltv/Core/XMLTV_CONSTANTS.cs 2013/03/07 12:11:41 27 @@ -26,5 +26,11 @@ public const string ChannelDisplayName = "display-name"; } #endregion + #region Program Constants + public static class Programs + { + public const string ProgramStart = "start"; + } + #endregion } } \ No newline at end of file
ViewVC Help | |
Powered by ViewVC 1.1.22 |