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