Ejemplo n.º 1
0
 /// <summary>
 /// Prevents a default instance of the <see cref="ConfigManager"/> class from being created. 
 /// Initialize a new instance of the <see cref="ConfigManager"/> class
 /// </summary>
 private ConfigManager()
 {
     this._config = (AuthConfigSection)ConfigurationManager.GetSection("estat.nsi.ws.config/auth");
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Prevents a default instance of the <see cref="ConfigManager"/> class from being created.
 /// Initialize a new instance of the <see cref="ConfigManager"/> class
 /// </summary>
 private ConfigManager()
 {
     this._config = (AuthConfigSection)ConfigurationManager.GetSection("estat.nsi.ws.config/auth");
 }