# | Line 2 | Line 2 | |
---|---|---|
2 | using System.Collections.Generic; | |
3 | using System.Linq; | |
4 | using System.Text; | |
5 | + | using System.IO; |
6 | ||
7 | namespace libxmltv.Interfaces | |
8 | { | |
9 | + | public interface IXMLTV_LOADER |
10 | + | { |
11 | + | FileInfo XmlFile { get; } |
12 | + | } |
13 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |