Example #1
0
 public ClassWithVirtualProperties(string path, PropertyManager propMngr)
 {
     propMngr.Bind(path, this);
 }
Example #2
0
 public ClassWithPropertiesForConditions(string path, PropertyManager propMngr)
 {
     propMngr.Bind(path, this);
 }
Example #3
0
 public void Bind(string path, PropertyManager propMngr)
 {
     propMngr.Bind(path, this);
 }