Esempio n. 1
0
 public DynamicViewModel(params string[] properties)
 {
     this.child = new InternalDynamicViewModel(this, properties);
 }
Esempio n. 2
0
 public DynamicViewModel(params IDictionary <string, object>[] propertySets)
 {
     this.child = new InternalDynamicViewModel(this, propertySets);
 }