--- trunk/libxmltv/Interfaces/Interfaces.cs 2013/03/07 10:20:50 22 +++ trunk/libxmltv/Interfaces/Interfaces.cs 2013/03/07 11:08:48 23 @@ -15,5 +15,6 @@ namespace libxmltv.Interfaces public interface IXMLTV_PARSER { IXMLTV_LOADER XMLTV_LOADER { get; } + void TestParse(); } } |