示例#1
0
 public object BaseGetPropertyValue(System.Configuration.ConfigurationProperty property)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public void BaseSetPropertyValue(System.Configuration.ConfigurationProperty property, object value)
 {
     throw new NotImplementedException();
 }