40 |
{ |
{ |
41 |
object bindable = new object(); |
object bindable = new object(); |
42 |
|
|
43 |
List<PropertyValuePair> list = new List<PropertyValuePair>(); |
//List<PropertyValuePair> list = new List<PropertyValuePair>(); |
44 |
list.Add(new PropertyValuePair("Source Name", SourceName)); |
//list.Add(new PropertyValuePair("Source Name", SourceName)); |
45 |
list.Add(new PropertyValuePair("Generator Name", GeneratorName)); |
//list.Add(new PropertyValuePair("Generator Name", GeneratorName)); |
46 |
list.Add(new PropertyValuePair("Generator Url", GeneratorUrl)); |
//list.Add(new PropertyValuePair("Generator Url", GeneratorUrl)); |
47 |
bindable = list; |
bindable = this; |
48 |
return bindable; |
return bindable; |
49 |
} |
} |
50 |
|
|