Example #1
0
 /// <summary>
 /// 创建配置服务对象
 /// </summary>
 /// <param name="configurationElement">当前操作的配置节点</param>
 public Configuration(Enumeration.ConfigurationElement configurationElement)
 {
     this.ConfigurationElement = configurationElement;
 }
Example #2
0
 /// <summary>
 /// 创建配置服务对象
 /// </summary>
 /// <param name="configurationElement">当前操作的配置节点</param>
 public Configuration(Enumeration.ConfigurationElement configurationElement)
 {
     this.ConfigurationElement = configurationElement;
 }