internal ComPlusInformationProvider(IContextUtils contextUtils)
 {
     this.contextUtils = contextUtils;
 }
 internal ComPlusInformationProvider(IContextUtils contextUtils)
 {
     this.contextUtils = contextUtils;
 }
Пример #3
0
 /// <summary>
 /// Creates an instance of the <see cref="ComPlusInformationProvider"/> class.
 /// </summary>
 public ComPlusInformationProvider()
 {
     contextUtils = new ContextUtils();
 }