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