27 |
// this.GeneratorName = generatorname; |
// this.GeneratorName = generatorname; |
28 |
// this.GeneratorUrl = generatorurl; |
// this.GeneratorUrl = generatorurl; |
29 |
//} |
//} |
30 |
|
|
31 |
|
|
32 |
|
public object CreateBindableDataSource() |
33 |
|
{ |
34 |
|
throw new NotImplementedException(); |
35 |
|
} |
36 |
|
|
37 |
public XMLTVSource() |
public XMLTVSource() |
38 |
: base(null, XMLTVConstants.Root.RootElement) |
: base(null, XMLTVConstants.Root.RootElement) |
39 |
{ |
{ |
119 |
//public object Clone() |
//public object Clone() |
120 |
//{ |
//{ |
121 |
// return new XMLTVSource(this.SourceName, this.GeneratorName, this.GeneratorUrl); |
// return new XMLTVSource(this.SourceName, this.GeneratorName, this.GeneratorUrl); |
122 |
//} |
//} |
123 |
} |
} |
124 |
} |
} |