Parent Directory
|
Revision Log
|
Patch
revision 21 by william, Thu Mar 7 05:48:51 2013 UTC | revision 22 by william, Thu Mar 7 10:20:50 2013 UTC | |
---|---|---|
# | Line 3 using System.Collections.Generic; | Line 3 using System.Collections.Generic; |
3 | using System.Linq; | using System.Linq; |
4 | using System.Text; | using System.Text; |
5 | using System.IO; | using System.IO; |
6 | using System.Xml.Linq; | |
7 | ||
8 | namespace libxmltv.Interfaces | namespace libxmltv.Interfaces |
9 | { | { |
10 | public interface IXMLTV_LOADER | public interface IXMLTV_LOADER |
11 | { | { |
12 | FileInfo XmlFile { get; } | FileInfo XmlFile { get; } |
13 | XDocument XmlDoc { get; } | |
14 | } | |
15 | public interface IXMLTV_PARSER | |
16 | { | |
17 | IXMLTV_LOADER XMLTV_LOADER { get; } | |
18 | } | } |
19 | } | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |