12 |
{ |
{ |
13 |
internal class XMLTVLoader : XMLTVBase<XMLTVRuntimeInstance>, IDisposable |
internal class XMLTVLoader : XMLTVBase<XMLTVRuntimeInstance>, IDisposable |
14 |
{ |
{ |
15 |
private string xmlfile = string.Empty; |
//private string xmlfile = string.Empty; |
16 |
//internal static void CreateInstance(string xml_file, XMLTVRuntimeInstance xmltv) |
public XMLTVLoader(string xml_file) : base(null, xml_file) { } |
|
//{ |
|
|
// using (XMLTVLoader g = new XMLTVLoader(xml_file, xmltv)) { } |
|
|
//} |
|
17 |
protected XMLTVLoader(string xml_file, XMLTVRuntimeInstance instance) |
protected XMLTVLoader(string xml_file, XMLTVRuntimeInstance instance) |
18 |
: base(instance, xml_file) |
: base(instance, xml_file) |
19 |
{ |
{ |