--- trunk/libxmltv/Core/XMLTV_CONSTANTS.cs 2013/03/07 11:36:00 25 +++ trunk/libxmltv/Core/XMLTV_CONSTANTS.cs 2013/03/07 11:58:34 26 @@ -19,7 +19,12 @@ namespace libxmltv.Core public const string GeneratorUrl = "generator-info-url"; } #endregion + #region Channel Constants + public static class Channels + { + public const string ChannelId = "id"; + public const string ChannelDisplayName = "display-name"; + } + #endregion } -} - - +} \ No newline at end of file |