--- trunk/libxmltv/Interfaces/Interfaces.cs 2013/03/07 05:31:03 10 +++ trunk/libxmltv/Interfaces/Interfaces.cs 2013/03/07 05:48:51 11 @@ -2,7 +2,12 @@ using System.Collections.Generic; using System.Linq; using System.Text; +using System.IO; namespace libxmltv.Interfaces { + public interface IXMLTV_LOADER + { + FileInfo XmlFile { get; } + } }